summaryrefslogtreecommitdiffhomepage
path: root/Private/HALKit
diff options
context:
space:
mode:
Diffstat (limited to 'Private/HALKit')
-rw-r--r--Private/HALKit/AMD64/DebugManager.asm2
-rw-r--r--Private/HALKit/AMD64/HalPageAlloc.hpp2
2 files changed, 1 insertions, 3 deletions
diff --git a/Private/HALKit/AMD64/DebugManager.asm b/Private/HALKit/AMD64/DebugManager.asm
index cf3a4539..5cc0cd10 100644
--- a/Private/HALKit/AMD64/DebugManager.asm
+++ b/Private/HALKit/AMD64/DebugManager.asm
@@ -14,8 +14,6 @@
__rt_debug_record_table:
db "DebugMgr/HCore", 0xa, 0xd, 0
- ;; User Data goes there
- resb 64
__rt_debug_int_3:
push 0x6677 ;; Debug check error
;; then halt and goes back to L0, thens halts...
diff --git a/Private/HALKit/AMD64/HalPageAlloc.hpp b/Private/HALKit/AMD64/HalPageAlloc.hpp
index 809b6a3d..3f9428b9 100644
--- a/Private/HALKit/AMD64/HalPageAlloc.hpp
+++ b/Private/HALKit/AMD64/HalPageAlloc.hpp
@@ -19,7 +19,7 @@
#define PTE_ALIGN (4096)
#endif //! PTE_ALIGN
-#define kPagePtrAddress 0x0900000
+#define kPagePtrAddress 0x9000000
extern "C" void flush_tlb(HCore::UIntPtr VirtualAddr);
extern "C" void write_cr3(HCore::UIntPtr pde);