diff options
Diffstat (limited to 'doc/specs/SPECIFICATION_MACROS.md')
| -rw-r--r-- | doc/specs/SPECIFICATION_MACROS.md | 25 |
1 files changed, 25 insertions, 0 deletions
diff --git a/doc/specs/SPECIFICATION_MACROS.md b/doc/specs/SPECIFICATION_MACROS.md new file mode 100644 index 00000000..3b5cdf2d --- /dev/null +++ b/doc/specs/SPECIFICATION_MACROS.md @@ -0,0 +1,25 @@ +=================================== + +# 0: General Information: + +=================================== + +=================================== + +# 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). +- `__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. + |
