summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/KernelKit
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-02-14 21:05:55 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-02-14 21:05:55 +0100
commitcb1c2ac48b29309406580f506765585b13f59852 (patch)
treec575d6fb72c13aec58698e5eb685915baeb10f2e /dev/Kernel/KernelKit
parent6fa88c659e614eaf5eae2caa7c8305f6a8769742 (diff)
ADD: MAJOR: Don't use POSIX. Fix LPC. Add SignalKit.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/KernelKit')
-rw-r--r--dev/Kernel/KernelKit/LPC.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/Kernel/KernelKit/LPC.h b/dev/Kernel/KernelKit/LPC.h
index 2eae8b6f..a962bc05 100644
--- a/dev/Kernel/KernelKit/LPC.h
+++ b/dev/Kernel/KernelKit/LPC.h
@@ -58,7 +58,7 @@ namespace Kernel
inline constexpr HError kErrorCDTrayBroken = 62;
inline constexpr HError kErrorUnrecoverableDisk = 63;
inline constexpr HError kErrorFileLocked = 64;
- inline constexpr HError kErrorUnimplemented = 0;
+ inline constexpr HError kErrorUnimplemented = -1;
/// @brief Raises a bug check stop code.
Void err_bug_check_raise(Void) noexcept;