diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-03-11 05:54:48 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-03-11 05:54:48 +0100 |
| commit | 7e35509e3387691f23b54883ca7e4e303bad9c4f (patch) | |
| tree | b8c86fefc71b9d4c400429a3c1e723beeae6f766 /src/boot/amd64-desktop.make | |
| parent | 7cee4def2634d3c4aed59c3ab66b65bbbf1ec751 (diff) | |
| parent | 342e27527797d5dd6f0ba3baa23c0bbc786892e1 (diff) | |
Merge pull request #137 from ne-foss-org/kernel-bootkit-posix-additions
[CHORE] ARM64 port improvements, POSIXKit additions, and SysChk/BootNet improvements.
Diffstat (limited to 'src/boot/amd64-desktop.make')
| -rw-r--r-- | src/boot/amd64-desktop.make | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/boot/amd64-desktop.make b/src/boot/amd64-desktop.make index 658ef516..0854db60 100644 --- a/src/boot/amd64-desktop.make +++ b/src/boot/amd64-desktop.make @@ -69,7 +69,7 @@ REM_FLAG=-f FLAG_ASM=-f win64 FLAG_GNU=-fshort-wchar -D__EFI_x86_64__ -D__nekernel_allow_non_nekernel_pe -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_API__ -DZBA_USE_FB -D__NE_AMD64__ -D__NE__ -DNE_AUTO_FORMAT -Wl,--disable-reloc-section + -std=c++20 -DBOOTZ_GPT_SUPPORT -D__HAVE_NE_API__ -DBOOTZ_USE_FB -D__NE_AMD64__ -D__NE__ -DNE_AUTO_FORMAT -Wl,--disable-reloc-section BOOTLOADER=ne_bootz KERNEL=ne_kernel |
