diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2025-11-22 09:35:03 -0500 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-11-22 09:35:03 -0500 |
| commit | e5cc7351f0577b54c528fb827a7c7e6306c3e843 (patch) | |
| tree | a533c6f0256d3067ed0e050dae59a54a6f37342b /dev/boot/amd64-desktop.make | |
| parent | e3fa27827e7647a0ecc466f4d92097fe48fbbb43 (diff) | |
| parent | ab37adbacf0f33845804c788b39680cd754752a8 (diff) | |
Merge pull request #80 from nekernel-org/dev
fix: kernel: Important kernel fixes for SMP. Adding 'NeKernel' process as well.
Diffstat (limited to 'dev/boot/amd64-desktop.make')
| -rw-r--r-- | dev/boot/amd64-desktop.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/dev/boot/amd64-desktop.make b/dev/boot/amd64-desktop.make index 337f78d5..2ddc4659 100644 --- a/dev/boot/amd64-desktop.make +++ b/dev/boot/amd64-desktop.make @@ -67,7 +67,7 @@ REM=rm REM_FLAG=-f FLAG_ASM=-f win64 -FLAG_GNU=-fshort-wchar -D__EFI_x86_64__ -Wall -Wpedantic -Wextra -mno-red-zone -D__NEOSKRNL__ -D__BOOTZ__ -DBOOTZ_VEPM_SUPPORT \ +FLAG_GNU=-fshort-wchar -D__EFI_x86_64__ -Wall -Wpedantic -Wextra -mno-red-zone -D__NEKERNEL__ -D__BOOTZ__ -DBOOTZ_VEPM_SUPPORT \ -DEFI_FUNCTION_WRAPPER -I./ -I../kernel $(DISK_DRV) -I../ -c -nostdlib -fno-rtti -fno-exceptions \ -std=c++20 -DBOOTZ_GPT_SUPPORT -D__HAVE_NE_APIS__ -DZBA_USE_FB -D__NE_AMD64__ -D__NE__ -DNE_AUTO_FORMAT -Wl,--disable-reloc-section |
