diff options
| author | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-13 08:48:42 +0100 |
|---|---|---|
| committer | Amlal El Mahrouss <amlalelmahrouss@icloud.com> | 2024-02-13 08:49:20 +0100 |
| commit | fb0d208bb2c6d8322ff1d483d92d143c6aaef9c1 (patch) | |
| tree | 58874282f82d784bdea651dd9ef8e58426ee08ff /SPECIFICATION.TXT | |
| parent | 6926ed5c2da1e8928e14fe38ffd431fe37694fb1 (diff) | |
HCR-15: Improve kernel and bootloader.
Signed-off-by: Amlal El Mahrouss <amlalelmahrouss@icloud.com>
Diffstat (limited to 'SPECIFICATION.TXT')
| -rw-r--r-- | SPECIFICATION.TXT | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/SPECIFICATION.TXT b/SPECIFICATION.TXT new file mode 100644 index 00000000..6a129d9e --- /dev/null +++ b/SPECIFICATION.TXT @@ -0,0 +1,32 @@ +=================================== +0: General Information +=================================== + +- ABI and Format: PEF/PE32+. +- Kernel architecture: Microkernel. +- Language: C++/(Assembly (AMD64, X64000, X86S, ARM64)) + +=================================== +1: The HCore Microkernel +=================================== + +- Drive/Device Abstraction. +- SMP, Preemptive Multi Threading. +- Separation of Files/Devices. +- Networking. +- Hardware Abstraction Layer. +- Native Filesystem support (NewFS). +- Program Loader. +- TLS. +- Canary bird. +- Dynamic Libraries. +- Cross platform code (it has to work for each platform) + +=================================== +2: The Filesystem +=================================== + +- Catalog based with forks. +- Large storage support. +- Long file names. +- UNIX path style. |
