forked from KolibriOS/kolibrios
corrected handler irq6 in sys32.inc
git-svn-id: svn://kolibrios.org@20 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
e0427dd723
commit
5c9d9d79c0
@ -172,8 +172,8 @@ macro exceptions [num]
|
|||||||
{
|
{
|
||||||
forward
|
forward
|
||||||
e#num :
|
e#num :
|
||||||
mov bl, num
|
mov bl, num
|
||||||
jmp exc_c
|
jmp exc_c
|
||||||
}
|
}
|
||||||
|
|
||||||
exceptions 0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17
|
exceptions 0, 1, 2, 3, 4, 5, 6, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17
|
||||||
@ -334,8 +334,8 @@ p_irq6:
|
|||||||
mov es, ax
|
mov es, ax
|
||||||
call fdc_irq
|
call fdc_irq
|
||||||
|
|
||||||
mov al,0x20 ; ready for next irq
|
mov edi,6
|
||||||
out 0x20,al
|
call irqhandler
|
||||||
|
|
||||||
pop es ds
|
pop es ds
|
||||||
popad
|
popad
|
||||||
|
Loading…
Reference in New Issue
Block a user