summaryrefslogtreecommitdiff
path: root/boot.asm
diff options
context:
space:
mode:
authorandromeda <andromeda@lenovo>2026-02-28 23:25:10 +0100
committerandromeda <andromeda@lenovo>2026-02-28 23:25:10 +0100
commite98380107bb353931c6bd55969b614b9d6592de8 (patch)
tree174b61ff5892a7da88ff200932cd75a4f9500c18 /boot.asm
parent1bd2067333777507d56098899ea37df62f297e7c (diff)
boots in qemu
Diffstat (limited to 'boot.asm')
-rw-r--r--boot.asm7
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