Remove rom and serial boot methods from qemu testing
This commit is contained in:
parent
bfb5b227b6
commit
fc0dd47d48
2 changed files with 8 additions and 8 deletions
|
@ -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:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue