diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-13 08:04:32 +0200 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-04-13 08:22:23 +0200 |
| commit | f30470c40229806a33c914ebdd1dbdf037c9698d (patch) | |
| tree | f67922ba36b8a4847b0f1854f77da4466e64f7e6 /compile_flags.txt | |
| parent | 2d995049f660b7cee41d9e9bd2718fbcf76172e9 (diff) | |
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 <amlal@nekernel.org>
Diffstat (limited to 'compile_flags.txt')
| -rw-r--r-- | compile_flags.txt | 3 |
1 files changed, 1 insertions, 2 deletions
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__ |
