Fix typo in boot.s

This commit is contained in:
Ry 2022-11-05 21:38:39 -07:00
parent 8cda624e50
commit 2147d93fc4
1 changed files with 2 additions and 2 deletions

View File

@ -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