diff options
| author | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-16 12:32:15 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-16 12:32:15 +0200 |
| commit | 684197d4bcb66e94c1dbf37591ed2a984792e51d (patch) | |
| tree | c0d086f05f3b59f847c7be1d06cde71e411f1da0 /Kernel/KernelKit | |
| parent | 84aea90cff9952dbafcf147b7741c1985622a8d2 (diff) | |
MHR-31: Add ARM64 executable type for newoskrnl's PEF implementation.
Signed-off-by: Amlal EL Mahrouss <amlal@softwarelabs.com>
Diffstat (limited to 'Kernel/KernelKit')
| -rw-r--r-- | Kernel/KernelKit/PEF.hpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Kernel/KernelKit/PEF.hpp b/Kernel/KernelKit/PEF.hpp index 0713e7c5..005c7673 100644 --- a/Kernel/KernelKit/PEF.hpp +++ b/Kernel/KernelKit/PEF.hpp @@ -36,6 +36,7 @@ namespace NewOS kPefArch64x0, /* 64x0. ISA */ kPefArch32x0, /* 32x0. ISA */ kPefArchPowerPC, + kPefArchARM64, kPefArchCount = (kPefArchPowerPC - kPefArchIntel86S) + 1, kPefArchInvalid = 0xFF, }; |
