Usermode/libc - Fix strchr and strrchr behavior
[tpg/acess2.git] / KernelLand / Kernel / arch / x86_64 / include / mm_virt.h
index 6cf25f0..b03875f 100644 (file)
@@ -48,6 +48,7 @@
 
 #define        MM_USER_MIN     0x00000000##00010000
 #define USER_LIB_MAX   0x00007000##00000000
+#define MM_USER_MAX    USER_LIB_MAX
 #define USER_STACK_PREALLOC    0x00000000##00002000    // 8 KiB
 #define USER_STACK_SZ  0x00000000##00020000    // 64 KiB
 #define USER_STACK_TOP 0x00008000##00000000
@@ -84,7 +85,7 @@
 // === FUNCTIONS ===
 void   MM_FinishVirtualInit(void);
 tVAddr MM_NewKStack(void);
-tVAddr MM_Clone(void);
+tVAddr MM_Clone(int bCopyUser);
 tVAddr MM_NewWorkerStack(void *StackData, size_t StackSize);
 
 #endif

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