diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-06-19 17:56:55 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-06-19 17:57:16 +0200 |
| commit | 19d0857d84cbc0267a8b222368e143bdcdaaf9a7 (patch) | |
| tree | 8d8a274003cbe6837a5f565e97a810d0774f0624 /Kernel/ArchKit | |
| parent | 720e24cea004356da037648b92fd7eb02f3c74a8 (diff) | |
ARM64: Got into the linking stage, writing missing drivers in HAL now.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'Kernel/ArchKit')
| -rw-r--r-- | Kernel/ArchKit/ArchKit.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Kernel/ArchKit/ArchKit.hpp b/Kernel/ArchKit/ArchKit.hpp index ba2a1903..639a3f04 100644 --- a/Kernel/ArchKit/ArchKit.hpp +++ b/Kernel/ArchKit/ArchKit.hpp @@ -16,6 +16,8 @@ #include <HALKit/AMD64/Processor.hpp> #elif defined(__NEWOS_PPC__) #include <HALKit/POWER/Processor.hpp> +#elif defined(__NEWOS_ARM64__) +#include <HALKit/ARM64/Processor.hxx> #else #error !!! unknown architecture !!! #endif |
