1 个仓库
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.
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.