forked from KolibriOS/kolibrios
allow IRQ6 to be redirected to V86 machine
git-svn-id: svn://kolibrios.org@980 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
0ac773ecd9
commit
6e7de80aba
@ -227,6 +227,9 @@ p_irq6:
|
|||||||
mov ax, app_data ;os_data
|
mov ax, app_data ;os_data
|
||||||
mov ds, ax
|
mov ds, ax
|
||||||
mov es, ax
|
mov es, ax
|
||||||
|
mov edi, 14
|
||||||
|
cmp [v86_irqhooks+edi*8], 0
|
||||||
|
jnz v86_irq2
|
||||||
call fdc_irq
|
call fdc_irq
|
||||||
call ready_for_next_irq
|
call ready_for_next_irq
|
||||||
restore_ring3_context
|
restore_ring3_context
|
||||||
|
Loading…
Reference in New Issue
Block a user