summaryrefslogtreecommitdiffhomepage
path: root/docs
diff options
context:
space:
mode:
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)