diff options
Diffstat (limited to 'boot.asm')
| -rw-r--r-- | boot.asm | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/boot.asm b/boot.asm new file mode 100644 index 0000000..ddef7eb --- /dev/null +++ b/boot.asm @@ -0,0 +1,7 @@ +; yoinked from osdev.org +hang: + jmp hang + +times 510-($-$$) db 0 ; 2 bytes less now +db 0x55 +db 0xAA |
