diff options
Diffstat (limited to 'SPECIFICATION.TXT')
| -rw-r--r-- | SPECIFICATION.TXT | 32 |
1 files changed, 0 insertions, 32 deletions
diff --git a/SPECIFICATION.TXT b/SPECIFICATION.TXT deleted file mode 100644 index a681984f..00000000 --- a/SPECIFICATION.TXT +++ /dev/null @@ -1,32 +0,0 @@ -=================================== -0: General Information -=================================== - -- ABI and Format: PEF/PE32+. -- Architecture: Microkernel. -- Language: C++/(Assembly (AMD64, X64000, X86S, ARM64)) - -=================================== -1: The HCore Microkernel -=================================== - -- Drive Abstraction. -- SMP, Preemptive MT. -- 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. |
