Fixed network triple fault, packets now send successfully.
[tpg/acess2.git] / Kernel / arch / x86 / desctab.asm
index a66bfa3..2d0a232 100644 (file)
@@ -142,6 +142,7 @@ _Isr%1:
 %macro DEF_IRQ 1
 [global _Isr%1]
 _Isr%1:
+       ;cli    ; HACK!
        push    0
        push    %1
        jmp     IRQCommon

UCC git Repository :: git.ucc.asn.au