diff options
| author | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-05 08:28:39 +0200 |
|---|---|---|
| committer | Amlal EL Mahrouss <amlal@softwarelabs.com> | 2024-06-05 08:28:39 +0200 |
| commit | 9994b8f3f88131f41be1061fb0947177e66dc7b0 (patch) | |
| tree | 95409c0e32b644578b94a5c230417da684d79dc9 /Kernel/KernelKit | |
| parent | 2cecacfe4f0cbbd8869cbd2c93a2f943aabd44ad (diff) | |
MHR-23: Add EPM PDF, add docs in KernelCall.c and fix log in NewFS.cxx
Signed-off-by: Amlal EL Mahrouss <amlal@softwarelabs.com>
Diffstat (limited to 'Kernel/KernelKit')
| -rw-r--r-- | Kernel/KernelKit/PEF.hpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Kernel/KernelKit/PEF.hpp b/Kernel/KernelKit/PEF.hpp index 1874aa4e..98a413aa 100644 --- a/Kernel/KernelKit/PEF.hpp +++ b/Kernel/KernelKit/PEF.hpp @@ -44,7 +44,7 @@ namespace NewOS { kPefSubArchAMD, kPefSubArchIntel, - kPefSubArchARM, + kPefSubArchGeneric, kPefSubArchIBM, }; |
