Trying to fix the string corruption bug, working on NTFS driver
[tpg/acess2.git] / Kernel / arch / x86_64 / include / arch.h
index 5ea3d88..41acd88 100644 (file)
@@ -5,8 +5,9 @@
 #ifndef _ARCH_H_
 #define _ARCH_H_
 
-#include <stdint.h>
-#define KERNEL_BASE    0xFFFF8000##00000000
+//#include <stdint.h>
+//#define KERNEL_BASE  0xFFFF8000##00000000
+#define KERNEL_BASE    0xFFFFFFFF##80000000
 #define BITS   64
 
 // === Core Types ===
@@ -24,6 +25,7 @@ typedef signed long long int  Sint64;
 typedef unsigned long long int Uint64;
 #endif
 
+typedef Sint64 Sint;
 typedef Uint64 Uint;
 typedef Uint64 tPAddr;
 typedef Uint64 tVAddr;

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