From a481180f3bcb979fecdced3851506bf572327fcf Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 24 Feb 2024 17:29:16 +0100 Subject: Kernel: Important commit, see below. - Rename EFIKit to FirmwareKit. - Reworked DriveManager, a mountpoint is a class which contains 4 disks at maximum, they act as virtual ones, their format doesn't matter. - Add KeHCFSRead, and KeHCFSWrite. Signed-off-by: Amlal El Mahrouss --- Private/KernelKit/HError.hpp | 1 + 1 file changed, 1 insertion(+) (limited to 'Private/KernelKit/HError.hpp') diff --git a/Private/KernelKit/HError.hpp b/Private/KernelKit/HError.hpp index 247608f9..f050027f 100644 --- a/Private/KernelKit/HError.hpp +++ b/Private/KernelKit/HError.hpp @@ -27,6 +27,7 @@ inline constexpr HError kErrorThreadLocalStorage = 41; inline constexpr HError kErrorMath = 42; inline constexpr HError kErrorNoNetwork = 43; inline constexpr HError kErrorHeapOutOfMemory = 44; +inline constexpr HError kErrorNoSuchDisk = 45; Boolean ke_bug_check(void) noexcept; } // namespace HCore -- cgit v1.2.3