Register IV 1 and 3 per default

This commit is contained in:
Nero 2019-09-01 14:16:47 +00:00
parent dcbb719488
commit e6e75082e3
1 changed files with 8 additions and 0 deletions

View File

@ -39,9 +39,17 @@ str_product:
optrom_init:
push cs
pop es
mov di, isr_debug
mov ax, 0x1
call intr_register
mov ax, 0x3
call intr_register
mov di, start
mov ax, 0x18
call intr_register
retf
putc: