diff options
Diffstat (limited to 'src/kernel/HALKit/AMD64/HalCoreSystemCalls.cc')
| -rw-r--r-- | src/kernel/HALKit/AMD64/HalCoreSystemCalls.cc | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/kernel/HALKit/AMD64/HalCoreSystemCalls.cc b/src/kernel/HALKit/AMD64/HalCoreSystemCalls.cc new file mode 100644 index 00000000..f50e4abd --- /dev/null +++ b/src/kernel/HALKit/AMD64/HalCoreSystemCalls.cc @@ -0,0 +1,9 @@ +/* ======================================== + + Copyright (C) 2025, Amlal El Mahrouss, licensed under the Apache 2.0 license. + + ======================================== */ + +#include <ArchKit/ArchKit.h> + +using namespace Kernel; |
