summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
Diffstat (limited to 'doc')
-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.
+