13 lines
362 B
Text
13 lines
362 B
Text
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
|
|
|