mirror of
https://github.com/cfenollosa/os-tutorial.git
synced 2024-10-27 20:34:19 +00:00
commit
f8bd5e4f9b
@ -43,7 +43,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 'xdd file.bin')
|
||||
; On this code that is at byte 0x2d (check it out using 'xxd file.bin')
|
||||
db "X"
|
||||
|
||||
; zero padding and magic bios number
|
||||
|
@ -39,7 +39,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 'xdd file.bin')
|
||||
; On this code that is at byte 0x2d (check it out using 'xxd file.bin')
|
||||
db "X"
|
||||
|
||||
; zero padding and magic bios number
|
||||
|
Loading…
Reference in New Issue
Block a user