diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-08 18:13:03 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-08 20:40:04 +0100 |
| commit | fc78d2f68ab5c9d9d84734fcc1af906c02a984b8 (patch) | |
| tree | 8253a8439f6d107ebcd51b82783311d17f51a088 /KernelKit | |
| parent | b06f525d69e6adab8da0a5129bcd39fc592c6922 (diff) | |
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 <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'KernelKit')
| -rw-r--r-- | KernelKit/PEF.hpp | 4 |
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, }; |
