From 8154646d1dcc09c6e6a40f992e3ce03fd3cb0b2b Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Sat, 10 Jan 2026 23:55:23 +0100 Subject: chore: release prep for NeKernel+Nectar. Signed-off-by: Amlal El Mahrouss --- doc/specs/SPECFICATION_MACROS.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 doc/specs/SPECFICATION_MACROS.md (limited to 'doc') diff --git a/doc/specs/SPECFICATION_MACROS.md b/doc/specs/SPECFICATION_MACROS.md new file mode 100644 index 00000000..e3456e50 --- /dev/null +++ b/doc/specs/SPECFICATION_MACROS.md @@ -0,0 +1,11 @@ +# Configuration Macros of NeKernel. + +## NeKernel + +- `__nekernel_max_cores` -> Max SMP cores usable by NeKernel's scheduler. +- `__nekernel_boot_core_index` -> Index of the boot core (0, 1, or 3). + +## KernelTest: + +- `__KT_TEST_MAIN` -> KernelTest entrypoint symbol. + -- cgit v1.2.3