diff options
Diffstat (limited to 'HALKit')
| -rw-r--r-- | HALKit/AMD64/DebugManager.asm | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/HALKit/AMD64/DebugManager.asm b/HALKit/AMD64/DebugManager.asm index 5b9c3cc6..6c0bf149 100644 --- a/HALKit/AMD64/DebugManager.asm +++ b/HALKit/AMD64/DebugManager.asm @@ -15,10 +15,11 @@ __rt_debug_record_table: db "DebugMgr/hCore", 0xa, 0xd, 0 - resb 16 - dw 0x5566 + ;; User Data goes there + resb 64 __rt_debug_int_3: push 0x6677 ;; Debug check error +;; then halt and goes back to L0, thens halts... L0: hlt jmp $ |
