Makefile + fixed GetMemMap + updated readme

This commit is contained in:
Jezura777 2025-04-01 13:03:46 +02:00
parent 925aa01c9b
commit 9c3495c98a
5 changed files with 367 additions and 5 deletions

8
Makefile Normal file
View 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