diff options
| author | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-18 12:22:39 +0100 |
|---|---|---|
| committer | Amlal <amlal.elmahrouss@icloud.com> | 2025-02-18 12:22:39 +0100 |
| commit | 36ec3e50aa1328bed5f3d2cfbf6a0596caa7a7c5 (patch) | |
| tree | 002560ad8d68d19b9b25a799e718904d4f02e0c6 /dev/Kernel/HALKit | |
| parent | 6a9ae8360b9c7757b756be6cc41c77982344b0c6 (diff) | |
ADD: File to install system calls and Symbols header file.
Signed-off-by: Amlal <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'dev/Kernel/HALKit')
| -rw-r--r-- | dev/Kernel/HALKit/AMD64/HalSystemCallInstall.cc | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/dev/Kernel/HALKit/AMD64/HalSystemCallInstall.cc b/dev/Kernel/HALKit/AMD64/HalSystemCallInstall.cc new file mode 100644 index 00000000..3e360582 --- /dev/null +++ b/dev/Kernel/HALKit/AMD64/HalSystemCallInstall.cc @@ -0,0 +1,8 @@ +/* ------------------------------------------- + + Copyright (C) 2025, Amlal EL Mahrouss, all rights reserved. + +------------------------------------------- */ + +#include <ArchKit/ArchKit.h> + |
