Makefile + fixed GetMemMap + updated readme
This commit is contained in:
parent
925aa01c9b
commit
9c3495c98a
5 changed files with 367 additions and 5 deletions
13
README
Normal file
13
README
Normal file
|
@ -0,0 +1,13 @@
|
|||
FlatEFILoader
|
||||
=============
|
||||
|
||||
FEFIL is a simple EFI bootloader written in flatassembler. It tries to be
|
||||
understandable by mere mortals
|
||||
|
||||
TODO
|
||||
====
|
||||
- [X] 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
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue