aboutsummaryrefslogtreecommitdiff
path: root/docs/kernel/filesystem.rst
diff options
context:
space:
mode:
authorFelix Morgner <felix.morgner@ost.ch>2026-08-19 16:50:12 +0200
committerFelix Morgner <felix.morgner@ost.ch>2026-08-19 16:50:12 +0200
commitb7d4273f655c97974ee853082ac5dc1f69aa6324 (patch)
tree2c585f2f106919d8deb7362c42235447a7b20ece /docs/kernel/filesystem.rst
parent9fe746c41ec00ddb9d0b5f31616ae3970a73bb74 (diff)
downloadkernel-b7d4273f655c97974ee853082ac5dc1f69aa6324.tar.xz
kernel-b7d4273f655c97974ee853082ac5dc1f69aa6324.zip
docs: clean up some of the documentation
Diffstat (limited to 'docs/kernel/filesystem.rst')
-rw-r--r--docs/kernel/filesystem.rst14
1 files changed, 14 insertions, 0 deletions
diff --git a/docs/kernel/filesystem.rst b/docs/kernel/filesystem.rst
new file mode 100644
index 00000000..35d92fdc
--- /dev/null
+++ b/docs/kernel/filesystem.rst
@@ -0,0 +1,14 @@
+Filesystem Layer
+=================
+
+The filesystem layer of the TeachOS kernel comprises all platform-agnostic filesystem entities and operations.
+All platform-independent code related to filesystem implementations resides here.
+This includes the implementations of platform-independent kAPI filesystem types and functions.
+
+.. toctree::
+ :maxdepth: 1
+ :caption: Contents:
+ :glob:
+
+ filesystem/*
+