-
Notifications
You must be signed in to change notification settings - Fork 0
An example UEFI bootlader loading a minimalistic hello world kernel
License
msaw328/example_uefi_bootloader
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
An example UEFI bootloader which loads a minimalistic hello world kernel. Originally called xdosr2, it was meant for my kernel development but i stopped working on it eventually. It contains two directories, one for kernel and the other for the bootloader, which both try to conform to the Pitchfork project layout specification (https://github.com/vector-of-bool/pitchfork). The EDK2 header files are used to interact with the UEFI subsystem (https://github.com/tianocore/edk2), though the library itself is not linked.
About
An example UEFI bootlader loading a minimalistic hello world kernel