Bochs works, failed PIT and beep attempts
This commit is contained in:
8
nasm/bios_one_char.asm
Normal file
8
nasm/bios_one_char.asm
Normal file
@@ -0,0 +1,8 @@
|
||||
org 0x7c00
|
||||
bits 16
|
||||
cli
|
||||
mov ax, 0x0E61
|
||||
int 0x10
|
||||
hlt
|
||||
times 510 - ($-$$) db 0
|
||||
dw 0xaa55
|
||||
Reference in New Issue
Block a user