FEFIL is a EFI bootloader written in flatassembler
Find a file
2025-04-01 13:07:33 +02:00
bootefi.asm Makefile + fixed GetMemMap + updated readme 2025-04-01 13:03:46 +02:00
LICENSE Initial commit 2025-03-31 20:33:45 +02:00
Makefile Makefile + fixed GetMemMap + updated readme 2025-04-01 13:03:46 +02:00
README little readme fix 2025-04-01 13:07:33 +02:00
uefi.inc Makefile + fixed GetMemMap + updated readme 2025-04-01 13:03:46 +02:00

FlatEFILoader
=============

FEFIL is a simple EFI bootloader written in flatassembler. It tries to be 
understandable by mere mortals

TODO
====
 - [O] Make GetMemoryMap and ExitBootServices work
 - [ ] Get GOP frame buffer and load it to arbitrary memory space
 - [ ] Indicate boot success with frame buffer
 - [ ] EDID multiple screens and their resolution