diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-22 09:31:21 -0500 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-22 09:32:01 -0500 |
| commit | ab37adbacf0f33845804c788b39680cd754752a8 (patch) | |
| tree | a533c6f0256d3067ed0e050dae59a54a6f37342b /compile_flags.txt | |
| parent | efefa7221a3fea3636a64f2bf067e2af75626f34 (diff) | |
fix: kernel: Important kernel fixes for SMP. Adding 'NeKernel' process as well.
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, 2 insertions, 1 deletions
diff --git a/compile_flags.txt b/compile_flags.txt index 426c43f7..e4e5b612 100644 --- a/compile_flags.txt +++ b/compile_flags.txt @@ -20,10 +20,11 @@ -std=c++20 -D__NE_AMD64__ -D__NE_ARM64__ --D__NEOSKRNL__ +-D__NEKERNEL__ -D__NE_ED__ -xc++ -D__AHCI__ +-D__NEOSKRNL__ -DNE_USE_MBCI_FLASH -D__ATA_DMA__ -D__NE_VEPM__ |
