awesome-repositories.com
Blog
MCP
awesome-repositories.com

Entdecke die besten Open-Source-Repositories mit KI-gestützter Suche.

EntdeckenKuratierte SuchenOpen-Source-AlternativenSelf-hosted SoftwareBlogSitemap
ProjektMCP-ServerÜber unsRanking-MethodikPresse
RechtlichesDatenschutzAGB
© 2026 Bringes Technology SRL·VAT RO45896025·hello@awesome-repositories.com
·

1 Repo

Awesome GitHub RepositoriesRust Development

Writing custom operating systems in Rust for x86 hardware without C dependencies.

Distinct from x86 System Tuning Utilities: Distinct from x86 System Tuning Utilities: focuses on writing custom operating systems in Rust rather than runtime performance tuning.

Explore 1 awesome GitHub repository matching operating systems & systems programming · Rust Development. Refine with filters or upvote what's useful.

Awesome Rust Development GitHub Repositories

Finde die besten Repos mit KI.Wir suchen mit KI nach den am besten passenden Repositories.
  • rust-osdev/bootloaderAvatar von rust-osdev

    rust-osdev/bootloader

    1,661Auf GitHub ansehen↗

    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

    Writes custom operating systems in Rust for x86 hardware, handling low-level startup tasks and hardware initialization without C dependencies.

    Rust
    Auf GitHub ansehen↗1,661
  1. Home
  2. Operating Systems & Systems Programming
  3. x86 System Tuning Utilities
  4. Rust Development