feat(kernel/syscalls): add SYS_DEBUG_REPORT syscall

Signed-off-by: EnderIce2 <enderice2@protonmail.com>
This commit is contained in:
2025-03-26 23:25:16 +00:00
parent d69eb73a59
commit 2ce0e0ed79
2 changed files with 59 additions and 54 deletions

View File

@ -674,6 +674,8 @@ typedef enum
*/
SYS_API_VERSION = 0,
SYS_DEBUG_REPORT = 1,
/* I/O */
/**