elf: start writing elf loader
This commit is contained in:
parent
175805604e
commit
a6f371b4ad
12 changed files with 4706 additions and 72 deletions
|
@ -182,6 +182,7 @@ $(IMAGE_NAME).iso: limine/limine kernel
|
|||
cp -v limine.conf iso_root/boot/limine/
|
||||
mkdir -p iso_root/EFI/BOOT
|
||||
ifeq ($(ARCH),x86_64)
|
||||
cp -v testing/sk-hello.elf iso_root/
|
||||
cp -v limine/limine-bios.sys limine/limine-bios-cd.bin limine/limine-uefi-cd.bin iso_root/boot/limine/
|
||||
cp -v limine/BOOTX64.EFI iso_root/EFI/BOOT/
|
||||
cp -v limine/BOOTIA32.EFI iso_root/EFI/BOOT/
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue