You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

11 lines
224 B

[bits 16]
; Catch end-of-execution in an infinite loop
g_infinite_loop:
jmp g_infinite_loop
; Fill in the remaining space with 00s and set the
; magic bit to make the bios boot the sector.
times 510-($-$$) db 0
dw 0xaa55