From 65254486efff0fd1bb78a48ff90b7713a5ce539f Mon Sep 17 00:00:00 2001 From: Amlal El Mahrouss Date: Mon, 29 Jan 2024 18:17:47 +0100 Subject: Kernel: Update TODO. Src: Refactorings according to clang-format. Meta: Update specification. Public: Remove useless UIKit. Signed-off-by: Amlal El Mahrouss --- SPECIFICATION.TXT | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) (limited to 'SPECIFICATION.TXT') 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. ==================================== -- cgit v1.2.3