diff options
-rw-r--r-- | bootloader.asm | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/bootloader.asm b/bootloader.asm index cf8ccb4..c9ed98b 100644 --- a/bootloader.asm +++ b/bootloader.asm @@ -111,6 +111,6 @@ LBA_DISK_READ_PACKET: dd 1 ; lba to read from dd 0 ; for extended lba adresses (not really used here) - times 510-($-$$) db 0 - db 0x55 - db 0xAA +; times 510-($-$$) db 0 +; db 0x55 +; db 0xAA |