More work on error and interrupt handling (almost got it working)
[tpg/acess2.git] / Kernel / arch / x86_64 / include / proc.h
index c92ce7e..2672ca1 100644 (file)
@@ -14,10 +14,12 @@ typedef struct {
        // MMX
        // FPU
        Uint    FS, GS;
+       
        Uint    RAX, RCX, RDX, RBX;
     Uint       KernelRSP, RBP, RSI, RDI;
        Uint    R8,  R9,  R10, R11;
        Uint    R12, R13, R14, R15;
+       
     Uint       IntNum, ErrorCode;
     Uint       RIP, CS;
        Uint    RFlags, RSP, SS;

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