summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
authorAmlal <amlal@nekernel.org>2025-04-30 10:12:55 +0200
committerAmlal <amlal@nekernel.org>2025-04-30 10:12:55 +0200
commit911bf2d68a4904d8ff838d31e00ef65d4e03063c (patch)
tree0b870da3f030b62674695f7e0542572ffddc60f5 /docs
parentc5deecd7547f860f856949ebaf58ff380051950f (diff)
kernel, sched: worked on a pending ticket (process rebalancing)
Signed-off-by: Amlal <amlal@nekernel.org>
Diffstat (limited to 'docs')
-rw-r--r--docs/md/SPECIFICATION_KERNEL.md4
1 files changed, 3 insertions, 1 deletions
diff --git a/docs/md/SPECIFICATION_KERNEL.md b/docs/md/SPECIFICATION_KERNEL.md
index ae283428..6f1fae03 100644
--- a/docs/md/SPECIFICATION_KERNEL.md
+++ b/docs/md/SPECIFICATION_KERNEL.md
@@ -24,7 +24,7 @@
- TLS (Thread Local Storage) support.
- BinaryMutex, Locks, Timers.
- Canary mechanisms.
-- Dynamic Sys.
+- Dynamic Loader.
- Cross Platform.
- Permission Selectors.
@@ -51,6 +51,8 @@
- Hal -> hal_foo_bar
- Class methods -> Class::FooBar
+Internals function shall be formated as such: (hali, rtli, rti...)
+
===================================
# 4: The Bootloader (BootZ)