diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-28 05:46:39 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-02-28 05:46:39 +0100 |
| commit | 71712510e7e93b6ea2159251998287d6e3b9d077 (patch) | |
| tree | 9801209c3e81d3b56e3205a434183c19a8772c41 /src/kernel/amd64-ci.make | |
| parent | 0ca3a9f2453e3d9a9b4d96d3eb3b55e416939f30 (diff) | |
chore: kernel: DmaKit and Semaphore tweaks.
chore: cpp_style: C++ style specs update.
chore: src: update copyright year.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'src/kernel/amd64-ci.make')
| -rw-r--r-- | src/kernel/amd64-ci.make | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/src/kernel/amd64-ci.make b/src/kernel/amd64-ci.make index 38e2cccf..dcb1c97e 100644 --- a/src/kernel/amd64-ci.make +++ b/src/kernel/amd64-ci.make @@ -1,11 +1,11 @@ -################################################## +############################################################### # (c) Amlal El Mahrouss, licensed under the Apache 2.0 license. # This is the NeKernel's makefile. -################################################## +############################################################### CXX = x86_64-w64-mingw32-g++ LD = x86_64-w64-mingw32-ld -CCFLAGS = -fshort-wchar -D__nekernel_max_cores=8 -c -D__NE_AMD64__ -D__NEOSKRNL__ -D__NE_VEPM__ -Werror -Wall -Wpedantic -Wextra -mno-red-zone -fno-rtti -fno-exceptions -std=c++20 -D__NE_SUPPORT_NX__ -O0 -I../vendor -D__FSKIT_INCLUDES_NEFS__ -D__NEKERNEL__ -D__HAVE_NE_API__ -D__FREESTANDING__ -D__NE_VIRTUAL_MEMORY_SUPPORT__ -D__NE_AUTO_FORMAT__ -D__NE__ -I./ -I../ -I../boot +CCFLAGS = -fshort-wchar -D__nekernel_dma_best_align=8 -D__nekernel_max_cores=8 -c -D__NE_AMD64__ -D__NEOSKRNL__ -D__NE_VEPM__ -Werror -Wall -Wpedantic -Wextra -mno-red-zone -fno-rtti -fno-exceptions -std=c++20 -D__NE_SUPPORT_NX__ -O0 -I../vendor -D__FSKIT_INCLUDES_NEFS__ -D__NEKERNEL__ -D__HAVE_NE_API__ -D__FREESTANDING__ -D__NE_VIRTUAL_MEMORY_SUPPORT__ -D__NE_AUTO_FORMAT__ -D__NE__ -I./ -I../ -I../boot ASM = nasm |
