diff --git a/scripts/create-disk.sh b/scripts/create-disk.sh index f1aba13..b16eb71 100755 --- a/scripts/create-disk.sh +++ b/scripts/create-disk.sh @@ -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 diff --git a/src/stage2/stage2.nasm b/src/stage2/stage2.nasm index 4e069d4..e755639 100755 --- a/src/stage2/stage2.nasm +++ b/src/stage2/stage2.nasm @@ -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: