mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
Update boot_sect_memory_org.asm
This commit is contained in:
parent
7c581c50d5
commit
de280976ae
@ -40,7 +40,7 @@ jmp $ ; infinite loop
|
|||||||
the_secret:
|
the_secret:
|
||||||
; ASCII code 0x58 ('X') is stored just before the zero-padding.
|
; 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')
|
; 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
|
; zero padding and magic bios number
|
||||||
times 510-($-$$) db 0
|
times 510-($-$$) db 0
|
||||||
|
Loading…
Reference in New Issue
Block a user