summaryrefslogtreecommitdiffhomepage
path: root/KernelKit
diff options
context:
space:
mode:
Diffstat (limited to 'KernelKit')
-rw-r--r--KernelKit/PEF.hpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/KernelKit/PEF.hpp b/KernelKit/PEF.hpp
index 38418286..17dbc491 100644
--- a/KernelKit/PEF.hpp
+++ b/KernelKit/PEF.hpp
@@ -31,8 +31,8 @@ namespace hCore
kPefArchIntel86S,
kPefArchAMD64,
kPefArchRISCV,
- kPefArchARC, /* Advanced RISC architecture. */
- kPefArchPower,
+ kPefArch64x0, /* 64x000. */
+ kPefArchPOWER,
kPefArchInvalid = 0xFF,
};