Hacker News new | ask | show | jobs
CoffeeBoot (github.com)
3 points by VitorMob 1631 days ago
1 comments

CoffeeBoot is a UEFI bootloader for x86_64 architecture. It looks for an executable elf (KERNEL.ELF) in the /KERNEL directory of a FAT partition. If the kernel is found, then the perks are copied to address 0x100000 and the code is passed to the kernel.