diff options
| author | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-28 16:26:33 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlal.elmahrouss@icloud.com> | 2024-01-28 16:26:33 +0100 |
| commit | 06be6d65bb71152be8a28d7bb6b1028b5a588654 (patch) | |
| tree | b47625ad70e5ec6093187f9d454f4edeaffb5ed1 /SPECIFICATION.TXT | |
| parent | f69bd40d5d97e371451d2e9c27721422141d828f (diff) | |
NewKernel: Final things are getting done for the first prototype.
NewBoot: Add ARM64 to HEL.
SPEC: Update it to include NewFS into it.
Signed-off-by: Amlal El Mahrouss <amlal.elmahrouss@icloud.com>
Diffstat (limited to 'SPECIFICATION.TXT')
| -rw-r--r-- | SPECIFICATION.TXT | 14 |
1 files changed, 12 insertions, 2 deletions
diff --git a/SPECIFICATION.TXT b/SPECIFICATION.TXT index 6cae3058..4e5365c8 100644 --- a/SPECIFICATION.TXT +++ b/SPECIFICATION.TXT @@ -10,9 +10,9 @@ 1: The hCore Microkernel =================================== -hCore mounts NewFS by default, +hCore mounts NewFS by default, a journal filesystem meant for GUI use. -It makes use of a concept named 'Fork' +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 @@ -41,3 +41,13 @@ It is a C API, they're mostly system calls, use this to make hCore optimizations. +=================================== +5: The New Filesystem +=================================== + +Based on HFS+ design of catalogs and forks, it is designed with journaling and recovery in mind. +It's going to take advantage of the disk hardware. + +Such as RAID for NVME. + +SPECS: |
