diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-26 19:17:00 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-26 19:17:00 +0100 |
| commit | dd192787a70a973f2474720aea49af3f6ddabb7a (patch) | |
| tree | 6405e001c3b8eaf65e2b964d9917de0767914c0e /HALKit | |
| parent | 5b972c4818f5bbcff5537c1fc3866f548647a3ef (diff) | |
h-core: Breaking kernel changes, IDevice becomes DeviceInterface, the
UPT is Read Only by default.
DebugManager allocates space for users by default (for a debug message)
Update PEF enum kPefArch.
Move Seeker into the /Services directory.
Complete merge of SupportKit to KernelKit.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
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 $ |
