Update boot_sect_memory.asm

pull/151/head
OMGerCoder 4 years ago committed by GitHub
parent b3ccb4e5bb
commit 7c581c50d5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -44,7 +44,7 @@ jmp $ ; infinite loop
the_secret:
; ASCII code 0x58 ('X') is stored just before the zero-padding.
; On this code that is at byte 0x2d (check it out using 'xxd file.bin')
db "X"
db 'X'
; zero padding and magic bios number
times 510-($-$$) db 0

Loading…
Cancel
Save