Kernel/x86 - Fixed usage of Proc_Clone
[tpg/acess2.git] / Kernel / arch / x86 / include / arch.h
index ade7491..755ecdf 100644 (file)
@@ -9,6 +9,7 @@
 // - Base Defintions
 #define        KERNEL_BASE     0xC0000000
 #define BITS   32
+#define PAGE_SIZE      0x1000
 
 #define INVLPTR        ((void*)-1)
 
@@ -87,7 +88,7 @@ typedef signed long long      Sint64;
 typedef Uint   size_t;
 typedef char   BOOL;
 
-typedef Uint64 tPAddr;
+typedef Uint32 tPAddr;
 typedef Uint32 tVAddr;
 
 typedef struct {

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