From 54c7144a92878ab032e69fb5112262f22e1debae Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Mon, 17 May 2021 13:16:05 +0200 Subject: [PATCH] Minor tweaks --- src/bootloader.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bootloader.asm b/src/bootloader.asm index 8e89f2c..06414df 100644 --- a/src/bootloader.asm +++ b/src/bootloader.asm @@ -51,5 +51,5 @@ times 510-($-$$) db 0 db 0x55, 0xaa ; magic BIOS numbers ; Bloat bytes to test reading -times 256 dw 0xeeee -times 256 dw 0xaaaa +times 128 dw 0xe, 0xf +times 256 dw 0xa