aboutsummaryrefslogtreecommitdiff
path: root/docs/kernel/filesystem.rst
blob: 35d92fdc577fb93edc45920e72dfe61909ab1045 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
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/*