summaryrefslogtreecommitdiffhomepage
path: root/SPECIFICATION.TXT
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-29 18:17:47 +0100
committerAmlal El Mahrouss <amlal.elmahrouss@icloud.com>2024-01-29 18:18:59 +0100
commit65254486efff0fd1bb78a48ff90b7713a5ce539f (patch)
tree20ce02c12a74ba9e6cd382bf9c1f09a0c611cb4d /SPECIFICATION.TXT
parentf03986937db0b927da4b10554801e18e4dc7c43f (diff)
Kernel: Update TODO.
Src: Refactorings according to clang-format. Meta: Update specification. Public: Remove useless UIKit. Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'SPECIFICATION.TXT')
-rw-r--r--SPECIFICATION.TXT7
1 files changed, 3 insertions, 4 deletions
diff --git a/SPECIFICATION.TXT b/SPECIFICATION.TXT
index f49a4285..504e1278 100644
--- a/SPECIFICATION.TXT
+++ b/SPECIFICATION.TXT
@@ -7,18 +7,17 @@
- Language: C++/C/Assembly (AMD64, X64000, X86S, ARM64)
===================================
-1: The hCore Microkernel
+1: The HCore Microkernel
===================================
-hCore mounts NewFS by default,
-a journal filesystem meant for GUI use.
+HCore mounts NewFS by default, a journal filesystem meant for GUI use.
It makes use of a concept named 'Fork'
It contains data about a specific 'Catalog'
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.
+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.
====================================