diff options
| author | andromeda <andromeda@lenovo> | 2026-02-28 23:25:10 +0100 |
|---|---|---|
| committer | andromeda <andromeda@lenovo> | 2026-02-28 23:25:10 +0100 |
| commit | e98380107bb353931c6bd55969b614b9d6592de8 (patch) | |
| tree | 174b61ff5892a7da88ff200932cd75a4f9500c18 /boot.asm | |
| parent | 1bd2067333777507d56098899ea37df62f297e7c (diff) | |
boots in qemu
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 |
