Fiddling with the x86_64 port
[tpg/acess2.git] / Kernel / arch / x86_64 / include / proc.h
index 2672ca1..94d2127 100644 (file)
@@ -41,5 +41,12 @@ typedef struct sTaskState
        Uint    RIP, RSP, RBP;
 }      tTaskState;
 
+// === CONSTANTS ===
+#define KERNEL_STACK_SIZE      0x10000 // 64 KiB
+
+// === FUNCTIONS ===
+extern void    Proc_Start(void);
+extern int     Proc_Clone(Uint *Err, Uint Flags);
+
 #endif
 

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