summaryrefslogtreecommitdiffhomepage
path: root/SPECIFICATION.TXT
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-28 19:29:01 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-28 19:29:42 +0100
commitf06d0703a5813841f5a6dacd294c5cfbe9394037 (patch)
treeb6626ef96cd0fe290e889054c8a934e04d556eef /SPECIFICATION.TXT
parent4a789fd64c44e38ed0c3d9fb597e62afd17a337d (diff)
Kernel: Update SPECIFICATION.TXT, Implement Shared objects primitives.
Kernel: Working on EFI reimplementation. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'SPECIFICATION.TXT')
-rw-r--r--SPECIFICATION.TXT1
1 files changed, 1 insertions, 0 deletions
diff --git a/SPECIFICATION.TXT b/SPECIFICATION.TXT
index 4e5365c8..3cce5377 100644
--- a/SPECIFICATION.TXT
+++ b/SPECIFICATION.TXT
@@ -19,6 +19,7 @@ Programs are load using the PEF. PEF is a multiplatform container
for executables/shared libraries. Dwarf is used for debugging.
hCore has SMP in it's core with a preemptive multi-threaded scheduler.
+It also supports dynamic loading of symbols and has a rich driver system.
====================================
2: The GUI Kit