Makefile + fixed GetMemMap + updated readme
This commit is contained in:
parent
925aa01c9b
commit
9c3495c98a
5 changed files with 367 additions and 5 deletions
8
Makefile
Normal file
8
Makefile
Normal file
|
@ -0,0 +1,8 @@
|
|||
bootefi.efi: bootefi.asm uefi.inc
|
||||
fasm bootefi.asm
|
||||
|
||||
run: bootefi.efi
|
||||
uefi-run bootefi.efi -b /usr/share/ovmf/x64/OVMF.4m.fd
|
||||
|
||||
clean: bootefi.efi
|
||||
rm bootefi.efi
|
Loading…
Add table
Add a link
Reference in a new issue