Implement kernel debugger entry point
Some checks failed
Builds / ExectOS (i686, release) (push) Failing after 10m22s
Builds / ExectOS (i686, debug) (push) Failing after 10m25s
Builds / ExectOS (amd64, release) (push) Failing after 10m28s
Builds / ExectOS (amd64, debug) (push) Failing after 10m32s

This commit is contained in:
2026-06-07 02:04:27 +02:00
parent 678a0f4f48
commit 4256a312ae
3 changed files with 84 additions and 0 deletions

View File

@@ -48,6 +48,7 @@
/* XT status code definitions */
#define STATUS_SUCCESS ((XTSTATUS) 0x00000000L)
#define STATUS_WAKE_SYSTEM_DEBUGGER ((XTSTATUS) 0x80000007L)
#define STATUS_END_OF_MEDIA ((XTSTATUS) 0x8000001EL)
#define STATUS_RESOURCE_LOCKED ((XTSTATUS) 0xC0000000L)
#define STATUS_UNSUCCESSFUL ((XTSTATUS) 0xC0000001L)