From ccb82f29fc2812d8b05a75b601d93d2c87488f01 Mon Sep 17 00:00:00 2001 From: Elaina Claus Date: Fri, 11 Oct 2024 12:16:01 -0400 Subject: [PATCH] rename file to BOOT.BIN K.I.S.S. --- scripts/create-disk.sh | 2 +- src/stage2/stage2.nasm | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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: