Modules/RTL8139 - Fixed bug if BAR is invalid
[tpg/acess2.git] / Kernel / arch / x86_64 / include / proc.h
index 2913f73..2173c34 100644 (file)
@@ -38,12 +38,13 @@ typedef struct sMemoryState
  */
 typedef struct sTaskState
 {
-       Uint    RIP, RSP, RBP;
+       Uint    RIP, RSP;
        Uint64  UserRIP, UserCS;
 }      tTaskState;
 
 // === CONSTANTS ===
-#define KERNEL_STACK_SIZE      0x10000 // 64 KiB
+#define KERNEL_STACK_SIZE      0x8000  // 32 KiB
+//#define KERNEL_STACK_SIZE    0x10000 // 64 KiB
 
 #endif
 

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