From 2147d93fc4f55d3835cae06da7000a02b03b265d Mon Sep 17 00:00:00 2001 From: Ry Date: Sat, 5 Nov 2022 21:38:39 -0700 Subject: [PATCH] Fix typo in boot.s --- src/boot.s | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/boot.s b/src/boot.s index b80b339..83de06b 100644 --- a/src/boot.s +++ b/src/boot.s @@ -37,7 +37,7 @@ retf ; TODO filesystem and reserve space for mbr partition table times 446 - ($-$$) db 0 -times bootpart*16 db 0 +times BOOTPART*16 db 0 ; some programs do not accept values with bits 0-6 set status db 0 @@ -58,6 +58,6 @@ end_cyl_low db 0 ; lba :) lba_off dd 0 lba_len dd 0 - + times 510 - ($-$$) db 0 dw 0xAA55