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

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

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

2 مستودعات

Awesome GitHub RepositoriesUEFI Bootloaders

Bootloaders supporting UEFI and legacy firmware environments for early hardware initialization and system software loading.

Distinct from UEFI Bootloader Configuration: Distinct from UEFI Bootloader Configuration: focuses on the bootloader implementation and firmware bridging rather than configuration files and NVRAM tuning.

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

Awesome UEFI Bootloaders GitHub Repositories

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

    Limine-Bootloader/Limine

    3,381عرض على GitHub↗

    Limine is a multiprotocol operating system bootloader that bridges low-level hardware initialization and system software across legacy BIOS and modern UEFI firmware environments. It executes directly on bare-metal hardware without an underlying operating system kernel or standard C library, parsing storage media and filesystems during the early boot sequence before OS drivers load. The software targets diverse processor architectures including x86, ARM, RISC-V, and LoongArch through discrete target binaries built from shared source code. It reads files directly from FAT and ISO9660 storage f

    Acts as a multiprotocol operating system bootloader bridging hardware initialization and system software across legacy BIOS and modern UEFI firmware.

    Caarch64armarm64
    عرض على GitHub↗3,381
  • 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

    Loads compiled operating system kernels from modern UEFI firmware and legacy BIOS environments to boot x86 computers.

    Rust
    عرض على GitHub↗1,661
  1. Home
  2. Operating Systems & Systems Programming
  3. UEFI Bootloaders