summaryrefslogtreecommitdiffhomepage
path: root/dev/Kernel/HALKit
diff options
context:
space:
mode:
authorAmlal <amlal.elmahrouss@icloud.com>2025-01-27 10:36:44 +0100
committerAmlal <amlal.elmahrouss@icloud.com>2025-01-27 10:36:44 +0100
commit9c8942db44b5b9175fca6a588dcda7a38892cb63 (patch)
treec0ec3b78490fe24a6a76a7c8e9a08b3d81a0ee79 /dev/Kernel/HALKit
parent8413ad8313bdae70c15ab85f9e68415d4154ee01 (diff)
Add new type of kernel panic, patch user password hashing.
Tweak scheduler, add System Calls file too Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/HALKit')
-rw-r--r--dev/Kernel/HALKit/AMD64/HalCoreSystemCalls.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/dev/Kernel/HALKit/AMD64/HalCoreSystemCalls.cc b/dev/Kernel/HALKit/AMD64/HalCoreSystemCalls.cc
new file mode 100644
index 00000000..75eb1f15
--- /dev/null
+++ b/dev/Kernel/HALKit/AMD64/HalCoreSystemCalls.cc
@@ -0,0 +1,5 @@
+/* -------------------------------------------
+
+ Copyright (C) 2025, Amlal EL Mahrouss, all rights reserved.
+
+ ------------------------------------------- */