Kernel/x86 - Misc fixes
[tpg/acess2.git] / Kernel / arch / x86 / desctab.asm
index dc064f5..ab7f8c2 100644 (file)
@@ -249,12 +249,18 @@ Isr240.jmp:
 [extern ErrorHandler]
 ErrorCommon:
        ;xchg bx, bx    ; MAGIC BREAK
+       
        pusha
        push ds
        push es
        push fs
        push gs
-       
+
+       ; Clear TF      
+;      pushf
+;      and WORD [esp], 0xFEFF
+;      popf
+
        mov ax, 0x10
        mov ds, ax
        mov es, ax

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