summaryrefslogtreecommitdiff
path: root/src/magic.asm
blob: c8c580e57c5019a238398b452ed71ed32a3d6e84 (plain)
1
2
3
4
5
6
; pad rest of sector with zeroes so we get 512 bytes in the end
times 512-11-($-$$) db 0

; the magic string we search for in stage 2 to ensure we don't read
; a truncated kernel image
db "ABAOSMAGIC", 0