summaryrefslogtreecommitdiffhomepage
path: root/Kernel/Source/FS
diff options
context:
space:
mode:
Diffstat (limited to 'Kernel/Source/FS')
-rw-r--r--Kernel/Source/FS/NewFS.cxx7
1 files changed, 6 insertions, 1 deletions
diff --git a/Kernel/Source/FS/NewFS.cxx b/Kernel/Source/FS/NewFS.cxx
index 41869fcd..9e2ea16f 100644
--- a/Kernel/Source/FS/NewFS.cxx
+++ b/Kernel/Source/FS/NewFS.cxx
@@ -20,7 +20,12 @@ using namespace NewOS;
///! BUGS: 0
/***********************************************************************************/
-/* This file implements the New File System.
+/// This file implements the New File System.
+/// New File System implements a B-Tree based algortihm.
+/// /Disk
+/// /Path1 /Path2
+/// /File.txt /File.pef /File.png <-- symlink.
+/// /Path1/File.txt
/***********************************************************************************/
STATIC MountpointInterface sMountpointInterface;