awesome-repositories.com
博客
MCP
awesome-repositories.com

通过 AI 驱动的搜索,发现最优秀的开源仓库。

探索精选搜索开源替代品自托管软件博客网站地图
项目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

用 AI 发现最棒的仓库。我们将通过 AI 为您搜索最匹配的仓库。
  • rust-osdev/bootloaderrust-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