From fc78d2f68ab5c9d9d84734fcc1af906c02a984b8 Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 8 Jan 2024 18:13:03 +0100 Subject: boot\mpt: add init_ata_mpt, and some specific things about the MPT. other: add ppc directory for newBoot support. rev A: make it prettier. Signed-off-by: Amlal El Mahrouss --- KernelKit/PEF.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'KernelKit') 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, }; -- cgit v1.2.3