Test kernel bootstrap

This commit is contained in:
Alex
2023-04-29 06:52:22 +03:00
parent 069386b0f2
commit ea1b0bb72a
39 changed files with 7725 additions and 1 deletions

View File

@ -2,6 +2,9 @@ prepare:
make -C BIOS prepare
make -C UEFI prepare
loader:
make -C FennixLoader build
build:
make -C BIOS build
make -C UEFI build
@ -11,4 +14,5 @@ build:
clean:
make -C BIOS clean
make -C UEFI clean
rm -f loader.bin efi-loader.bin
make -C FennixLoader clean
rm -f loader.bin efi-loader.bin FLDR.elf