summaryrefslogtreecommitdiffhomepage
path: root/doc/specs
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2026-01-10 23:55:23 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2026-01-10 23:55:23 +0100
commit8154646d1dcc09c6e6a40f992e3ce03fd3cb0b2b (patch)
tree4ce125e283d74193e2f42d54cb2d0abc008861e5 /doc/specs
parent7a95bf4f8e0de0648da156ffaaf647c184869dad (diff)
chore: release prep for NeKernel+Nectar.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'doc/specs')
-rw-r--r--doc/specs/SPECFICATION_MACROS.md11
1 files changed, 11 insertions, 0 deletions
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.
+