From 9be360bd9cce8a28fb4626fcc47b31b169e3b47c Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 8 Apr 2024 21:13:11 +0200 Subject: Kernel: Don't forget to set drives inside DriveManager. Kernel: Start implement Format method for NewFS, it needs to verify the disk first. Kernel: Add kErrorDiskIsCorrupted (Error 54). Kernel: Add __NEWOS_AMD64__ and __NEWOS_PPC__. Kernel: Rename builtin RJ45 to IEE802 Signed-off-by: Amlal El Mahrouss --- Private/ArchKit/ArchKit.hpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'Private/ArchKit') diff --git a/Private/ArchKit/ArchKit.hpp b/Private/ArchKit/ArchKit.hpp index c7130353..ce22d70c 100644 --- a/Private/ArchKit/ArchKit.hpp +++ b/Private/ArchKit/ArchKit.hpp @@ -10,11 +10,11 @@ #include #include -#ifdef __x86_64__ +#ifdef __NEWOS_AMD64__ #include #include #include -#elif defined(__powerpc64__) +#elif defined(__NEWOS_PPC__) #include #else #error Unknown architecture -- cgit v1.2.3