Remove rom and serial boot methods from qemu testing

This commit is contained in:
Nero 2019-09-15 18:01:48 +00:00
parent bfb5b227b6
commit fc0dd47d48
2 changed files with 8 additions and 8 deletions

View file

@ -42,7 +42,13 @@ init:
push cs
call isr_dos_main
int3
mov cx, WORD [0x80]
xor ch, ch
mov si, 0x81
.loop:
lodsb
call putc
loop .loop
cli
.halt: