1 个仓库
Build configurations producing discrete target binaries for diverse processor architectures from shared source code.
Distinct from Multi-Architecture Build Configurations: Distinct from general build configurations: specifically targets multi-architecture compilation for bootloaders.
Explore 1 awesome GitHub repository matching programming languages & runtimes · Multi-Architecture Binaries. Refine with filters or upvote what's useful.
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
Builds discrete target binaries from shared source code to support diverse processor architectures.