boots in qemu

This commit is contained in:
andromeda
2026-02-28 23:25:10 +01:00
parent 1bd2067333
commit e98380107b
4 changed files with 61 additions and 1 deletions

7
boot.asm Normal file
View File

@@ -0,0 +1,7 @@
; yoinked from osdev.org
hang:
jmp hang
times 510-($-$$) db 0 ; 2 bytes less now
db 0x55
db 0xAA