Bochs works, failed PIT and beep attempts

This commit is contained in:
Ciro Santilli
2015-09-30 19:03:23 +02:00
parent 173111e0d0
commit cba0757990
12 changed files with 214 additions and 15 deletions

8
nasm/bios_one_char.asm Normal file
View File

@@ -0,0 +1,8 @@
org 0x7c00
bits 16
cli
mov ax, 0x0E61
int 0x10
hlt
times 510 - ($-$$) db 0
dw 0xaa55