diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-27 10:36:44 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-01-27 10:36:44 +0100 |
| commit | 9c8942db44b5b9175fca6a588dcda7a38892cb63 (patch) | |
| tree | c0ec3b78490fe24a6a76a7c8e9a08b3d81a0ee79 /dev/Kernel/HALKit | |
| parent | 8413ad8313bdae70c15ab85f9e68415d4154ee01 (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.cc | 5 |
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. + + ------------------------------------------- */ |
