summaryrefslogtreecommitdiffhomepage
path: root/doc
diff options
context:
space:
mode:
authorAmlal El Mahrouss <amlal@nekernel.org>2025-12-28 15:17:29 +0100
committerAmlal El Mahrouss <amlal@nekernel.org>2025-12-28 15:17:29 +0100
commita70a1fc41e4420a3db2e64467cec349d794738ff (patch)
tree33a90e58acf97d197a63e4cc034af95396135aad /doc
parent9012c6fb7c040be92aa8f950bad4f49c5be264d8 (diff)
feat: kernel: architectural and implementation improvements.v0.1.1
Signed-off-by: Amlal El Mahrouss <amlal@nekernel.org>
Diffstat (limited to 'doc')
-rw-r--r--doc/specs/SPECIFICATION_OS.md3
1 files changed, 0 insertions, 3 deletions
diff --git a/doc/specs/SPECIFICATION_OS.md b/doc/specs/SPECIFICATION_OS.md
index 08c2b326..ef66c062 100644
--- a/doc/specs/SPECIFICATION_OS.md
+++ b/doc/specs/SPECIFICATION_OS.md
@@ -74,9 +74,6 @@
==================================
- Filesystem to mountpoint interface abstraction.
-- VFS-like subsystem inspired by NT/OS2 IFS.
- Multi-drive support (A, B, C, D indices).
-- Ext2 support via IFS layer.
- Packet-based I/O operations.
- Separation of read/write operations per drive.
-