diff --git a/kernel/klib386.s b/kernel/klib386.s index dc2084183..e258e6644 100755 --- a/kernel/klib386.s +++ b/kernel/klib386.s @@ -81,9 +81,9 @@ _int86: movb ah, al inb INT_CTLMASK push eax ! save interrupt masks - mov eax, (_irq_use) ! map of in-use IRQ`s + mov eax, (_irq_use) ! map of in-use IRQ's and eax, ~[1<