From 0d074455473b6f29bc4ee41e85bd14346070c58b Mon Sep 17 00:00:00 2001 From: "E. Almqvist" Date: Mon, 31 May 2021 12:02:45 +0200 Subject: [PATCH] Minor test tweak --- src/bootloader.asm | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/bootloader.asm b/src/bootloader.asm index 6862943..e8bf21e 100644 --- a/src/bootloader.asm +++ b/src/bootloader.asm @@ -47,5 +47,5 @@ times 510-($-$$) db 0 db 0x55, 0xaa ; magic BIOS numbers ; Bloat bytes to test reading -times 256 dw 0xe -times 256 dw 0xa +times 256 dw 0xEEEE +times 256 dw 0xAAAA