bios
This commit is contained in:
8
boot/boot.asm
Normal file
8
boot/boot.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
bits 16
|
||||
org 0x7c00
|
||||
|
||||
halt:
|
||||
jmp halt
|
||||
|
||||
times 510-($-$$) db 0
|
||||
db 0x55, 0xaa
|
||||
Reference in New Issue
Block a user