diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-12 02:54:29 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-06-12 02:55:14 +0200 |
| commit | a5851dfaa65d15f44f52b2aed1aa0179291b46fc (patch) | |
| tree | 8d49a65a7d273cdaf9dfa4f56c9ffba5999633ff /dev/kernel/ArchKit | |
| parent | 1ba9d3b0756d2d101906296cbcfeeecc39144cac (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.h | 2 |
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; |
