From f30470c40229806a33c914ebdd1dbdf037c9698d Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sun, 13 Apr 2025 08:04:32 +0200 Subject: dev, scheduler, ahci, dev: Refactor scheduler, and fix minor mistakes. Add kDeviceTypeATA in DeviceMgr.h, making NeKernel aware that ATA devices can exist too. The scheduler now won't have to reimplement new classes, I refactor the names to signal that, and they're already generic enough to signal that. The AHCI-Generic driver got cleaned up of any irrelevant code, such as aligning the newly allocated pointer. Signed-off-by: Amlal El Mahrouss --- compile_flags.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'compile_flags.txt') diff --git a/compile_flags.txt b/compile_flags.txt index 2787ef87..f496609c 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -10,13 +10,12 @@ -Ipublic/frameworks -Idev/boot/BootKit -std=c++20 --D__NE_AMD64__ +-D__NE_ARM64__ -D__NEOSKRNL__ -D__FSKIT_INCLUDES_NEFS__ -D__NE_ED__ -xc++ -D__AHCI__ --D__x86_64__ -D__aarch64__ -DNE_USE_MBCI_FLASH -D__ATA_DMA__ -- cgit v1.2.3