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

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

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

1 مستودع

Awesome GitHub RepositoriesCustom Entry Points

Specialized function signatures for kernel entry points that automatically generate startup symbols.

Distinct from Executable Entry Points: Distinct from Executable Entry Points: focuses on custom signatures and automatic startup symbol generation for low-level kernels.

Explore 1 awesome GitHub repository matching programming languages & runtimes · Custom Entry Points. Refine with filters or upvote what's useful.

Awesome Custom Entry Points GitHub Repositories

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

    rust-osdev/bootloader

    1,661عرض على GitHub↗

    This project is a pure-Rust bootloader and firmware loader designed for x86 operating system development. It initializes bare-metal hardware and loads compiled operating system kernels from both legacy BIOS and modern UEFI firmware environments into a running state. The software utilizes a dual-firmware boot architecture and a pure-rust low-level runtime to handle hardware initialization and memory management without relying on standard library runtimes. It provides automated disk image packaging to combine compiled kernels and bootloader binaries into ready-to-boot FAT-formatted disk images

    Defines specialized function signatures for kernel entry points that automatically generate the required startup symbols for execution.

    Rust
    عرض على GitHub↗1,661
  1. Home
  2. Programming Languages & Runtimes
  3. Program Entry Points
  4. Executable Entry Points
  5. Custom Entry Points