BuildSystem: add bootloader target

Use this target to run banan-os with custom bootloader
This commit is contained in:
2023-11-12 01:17:30 +02:00
parent 5362962d9a
commit d5aa08baa5
3 changed files with 40 additions and 46 deletions

View File

@@ -97,8 +97,12 @@ case $1 in
rm -f $FAKEROOT_FILE
rm -rf $BANAN_SYSROOT
;;
bootloader)
create_image
$BANAN_ROOT_DIR/bootloader/install.sh
$BANAN_SCRIPT_DIR/qemu.sh -serial stdio $QEMU_ACCEL
;;
*)
build_target $1
;;
esac