forked from KolibriOS/kolibrios
force behaviour as before r1989, r1992
git-svn-id: svn://kolibrios.org@2101 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
parent
5a5c11b26d
commit
1b390fd667
@ -165,12 +165,14 @@ align 16
|
||||
jnz @f
|
||||
push eax
|
||||
call [irq14_func]
|
||||
mov [check_idle_semaphore],5
|
||||
pop eax
|
||||
@@:
|
||||
cmp al, 15
|
||||
jnz @f
|
||||
push eax
|
||||
call [irq15_func]
|
||||
mov [check_idle_semaphore],5
|
||||
pop eax
|
||||
@@:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user