diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-10 23:55:23 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-10 23:55:23 +0100 |
| commit | 8154646d1dcc09c6e6a40f992e3ce03fd3cb0b2b (patch) | |
| tree | 4ce125e283d74193e2f42d54cb2d0abc008861e5 /doc | |
| parent | 7a95bf4f8e0de0648da156ffaaf647c184869dad (diff) | |
chore: release prep for NeKernel+Nectar.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/specs/SPECFICATION_MACROS.md | 11 |
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. + |
