Changed i386 build to x86
[tpg/acess2.git] / Kernel / arch / x86_64 / include / proc.h
index 93926f7..2173c34 100644 (file)
@@ -38,16 +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
-
-// === FUNCTIONS ===
-extern void    Proc_Start(void);
-extern int     Proc_Clone(Uint *Err, Uint Flags);
+#define KERNEL_STACK_SIZE      0x8000  // 32 KiB
+//#define KERNEL_STACK_SIZE    0x10000 // 64 KiB
 
 #endif
 

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