diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-28 19:29:01 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-28 19:29:42 +0100 |
| commit | f06d0703a5813841f5a6dacd294c5cfbe9394037 (patch) | |
| tree | b6626ef96cd0fe290e889054c8a934e04d556eef /SPECIFICATION.TXT | |
| parent | 4a789fd64c44e38ed0c3d9fb597e62afd17a337d (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.TXT | 1 |
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 |
