rename file to BOOT.BIN

K.I.S.S.
This commit is contained in:
2024-10-11 12:16:01 -04:00
parent 0aae0616fd
commit 056551fdd1
2 changed files with 2 additions and 2 deletions

View File

@@ -139,7 +139,7 @@ if [[ "$OSTYPE" == "linux-gnu"* ]]; then
# copy kernel to filesystem
if [ -e $boottest_file ]; then
cp -v $boottest_file $mount_point/BOOTI686.BIN
cp -v $boottest_file $mount_point/BOOT.BIN
else
echo "Failed to write $boottest_file to disk image" >&2
exit 1

View File

@@ -359,7 +359,7 @@ IntToHex_table:
NewLine_cstr:
db StrCRLF_NUL
BootTarget_str:
db "BOOTI686BIN"
db "BOOT BIN"
boot_drive_ptr:
db 0x00
stage2_resb_1: