1
0
Fork 0
mirror of https://gitlab.com/bztsrc/bootboot.git synced 2023-02-13 20:54:32 -05:00

Example disk images

This commit is contained in:
bzt 2020-01-11 20:57:16 +01:00
parent d68e8f67d7
commit 81d0783c34
2 changed files with 1 additions and 0 deletions

View file

@ -38,6 +38,7 @@ ifeq ($(PLATFORM),x86)
@cp ../bootboot.efi boot/EFI/BOOT/BOOTX64.EFI || true
else
@cp ../aarch64-rpi/LIC* ../aarch64-rpi/*.bin ../aarch64-rpi/*.elf ../aarch64-rpi/*.dat boot/ || true
@cp ../bootboot.img boot/kernel8.img || true
endif
@echo -e "screen=800x600\nkernel=sys/core\n" >boot/BOOTBOOT/CONFIG || true
@cp initrd.bin boot/BOOTBOOT/INITRD || true

Binary file not shown.