diff options
| author | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-11 15:17:49 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal@nekernel.org> | 2026-01-11 15:20:14 +0100 |
| commit | 878919d80864301328f3e9c471fe2dce2a8ea61d (patch) | |
| tree | f41e78fadd920a5bbb6021ed8484e2902f92912e /doc | |
| parent | b294efa65072053b642dc16511c9ab5405cb8303 (diff) | |
chore: kernel/boot: Enforce subsystem 17 by default.
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/specs/SPECFICATION_MACROS.md | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/doc/specs/SPECFICATION_MACROS.md b/doc/specs/SPECFICATION_MACROS.md index e3456e50..08c57447 100644 --- a/doc/specs/SPECFICATION_MACROS.md +++ b/doc/specs/SPECFICATION_MACROS.md @@ -4,8 +4,10 @@ - `__nekernel_max_cores` -> Max SMP cores usable by NeKernel's scheduler. - `__nekernel_boot_core_index` -> Index of the boot core (0, 1, or 3). +- `__nekernel_allow_non_nekernel_pe` -> Allow non-subsystem 17 to run on NeKernel. ## KernelTest: - `__KT_TEST_MAIN` -> KernelTest entrypoint symbol. +- `KT_TESTING_ENABLED` -> Program is running under testing constraints. |
