awesome-repositories.com
المدونة
awesome-repositories.com

اكتشف أفضل مستودعات المصادر المفتوحة باستخدام بحث مدعوم بالذكاء الاصطناعي.

استكشفعمليات بحث منسقةبدائل مفتوحة المصدربرمجيات ذاتية الاستضافةالمدونةخريطة الموقع
المشروعحولكيفية ترتيب النتائجالصحافةخادم MCP
قانونيالخصوصيةالشروط
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

2 مستودعات

Awesome GitHub RepositoriesARM64 Kernel Implementations

Low-level operating system kernels specifically implemented for the ARM64 architecture.

Distinct from ARM64 Deployment Profiles: Distinct from ARM64 Deployment Profiles: focuses on the engineering and implementation of the kernel itself, not the deployment configuration.

Explore 2 awesome GitHub repositories matching operating systems & systems programming · ARM64 Kernel Implementations. Refine with filters or upvote what's useful.

Awesome ARM64 Kernel Implementations GitHub Repositories

اعثر على أفضل المستودعات باستخدام الذكاء الاصطناعي.سنبحث عن أفضل المستودعات المطابقة باستخدام الذكاء الاصطناعي.
  • s-matyukevich/raspberry-pi-osالصورة الرمزية لـ s-matyukevich

    s-matyukevich/raspberry-pi-os

    13,854عرض على GitHub↗

    This project is a bare-metal operating system developed for ARM64 architecture. It serves as a low-level implementation of kernel engineering, focusing on the fundamental construction of an OS from the hardware level up. The system is distinguished by its comprehensive approach to ARM64 processor control, featuring a red-black tree task scheduler and a hierarchical page table system for virtual memory management. It implements a sophisticated privilege model that handles transitions between kernel and user modes, ensuring process isolation through address space splitting and exception level m

    Implements a bare-metal operating system from the hardware level up specifically for the ARM64 architecture.

    Carmarmv8assembler
    عرض على GitHub↗13,854
  • winfsp/sshfs-winالصورة الرمزية لـ winfsp

    winfsp/sshfs-win

    6,262عرض على GitHub↗

    SSHFS-Win is a Windows implementation of SSHFS that mounts remote directories over SSH as local Windows drives, enabling seamless file access as if they were local network drives. It provides both command-line and graphical interfaces for creating, managing, and disconnecting SSHFS mounts, supporting password or SSH key authentication with optional credential storage in the Windows Credential Manager. The project extends beyond basic SSH mounting to support a wide range of remote file access scenarios, including mounting cloud storage services like Azure Blob or Amazon S3, distributed POSIX f

    Provides native ARM64 file system execution without emulation for full performance.

    Csftpsshsshfs
    عرض على GitHub↗6,262
  1. Home
  2. Operating Systems & Systems Programming
  3. ARM64 Kernel Implementations

استكشف الوسوم الفرعية

  • Native File System ExecutionsRuns file system operations directly on ARM64 hardware without emulation for full performance. **Distinct from ARM64 Kernel Implementations:** Distinct from ARM64 Kernel Implementations: focuses on user-mode file system execution, not kernel development.