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:
parent
d68e8f67d7
commit
81d0783c34
2 changed files with 1 additions and 0 deletions
|
@ -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.
Loading…
Add table
Reference in a new issue