diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-14 21:05:55 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-14 21:05:55 +0100 |
| commit | cb1c2ac48b29309406580f506765585b13f59852 (patch) | |
| tree | c575d6fb72c13aec58698e5eb685915baeb10f2e /dev/Kernel/KernelKit/LPC.h | |
| parent | 6fa88c659e614eaf5eae2caa7c8305f6a8769742 (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/LPC.h')
| -rw-r--r-- | dev/Kernel/KernelKit/LPC.h | 2 |
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; |
