summaryrefslogtreecommitdiffhomepage
path: root/dev/kernel/ArchKit
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-06-12 02:54:29 +0200
committerAmlal El Mahrouss <amlal@nekernel.org>2025-06-12 02:55:14 +0200
commita5851dfaa65d15f44f52b2aed1aa0179291b46fc (patch)
tree8d49a65a7d273cdaf9dfa4f56c9ffba5999633ff /dev/kernel/ArchKit
parent1ba9d3b0756d2d101906296cbcfeeecc39144cac (diff)
feat: libSystem, kernel: finalizing the hash and routing system of libSystem's handlers.
feat: Rework TTY, and CD-ROM API too. Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'dev/kernel/ArchKit')
-rw-r--r--dev/kernel/ArchKit/ArchKit.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/kernel/ArchKit/ArchKit.h b/dev/kernel/ArchKit/ArchKit.h
index 09839d98..a9dca240 100644
--- a/dev/kernel/ArchKit/ArchKit.h
+++ b/dev/kernel/ArchKit/ArchKit.h
@@ -70,7 +70,7 @@ namespace HAL {
typedef Kernel::Void (*rt_syscall_proc)(Kernel::VoidPtr);
struct HAL_DISPATCH_ENTRY final {
- Kernel::Int64 fHash;
+ Kernel::UInt64 fHash;
Kernel::Bool fHooked;
rt_syscall_proc fProc;