summaryrefslogtreecommitdiffhomepage
path: root/Private/NewKit
diff options
context:
space:
mode:
authoramlal <amlal@el-mahrouss-logic.com>2024-03-13 23:14:42 +0100
committeramlal <amlal@el-mahrouss-logic.com>2024-03-13 23:14:42 +0100
commit448f60533fbdb814a8b6fee1baa825a8a9dc041a (patch)
tree30132a3aeff8a98edc0e9e925ab503bf5079e8dc /Private/NewKit
parent4c6afd78863f7c5858931843d9a17723cf8f3ddd (diff)
Kernel: See below.
- Fix interrupts, it's only assembly code now, remove HalInterruptHandlerAMD64.cxx. - Improve documentation for FileManager.cxx - Improve diagnostics for KernelCheck. (Everything is ready for the AHCI driver!) Signed-off-by: amlal <amlal@el-mahrouss-logic.com>
Diffstat (limited to 'Private/NewKit')
-rw-r--r--Private/NewKit/KernelCheck.hpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/Private/NewKit/KernelCheck.hpp b/Private/NewKit/KernelCheck.hpp
index 5eb81761..77dc558a 100644
--- a/Private/NewKit/KernelCheck.hpp
+++ b/Private/NewKit/KernelCheck.hpp
@@ -26,13 +26,13 @@ enum RUNTIME_CHECK {
RUNTIME_CHECK_FILE,
RUNTIME_CHECK_IPC,
RUNTIME_CHECK_TLS,
- RUNTIME_CHECK_LD,
RUNTIME_CHECK_HANDSHAKE,
RUNTIME_CHECK_ACPI,
RUNTIME_CHECK_INVALID_PRIVILEGE,
RUNTIME_CHECK_PROCESS,
RUNTIME_CHECK_BAD_BEHAVIOR,
RUNTIME_CHECK_BOOTSTRAP,
+ RUNTIME_CHECK_UNEXCPECTED,
RUNTIME_CHECK_COUNT,
};