summaryrefslogtreecommitdiff
path: root/doc/directories.txt
diff options
context:
space:
mode:
Diffstat (limited to 'doc/directories.txt')
-rw-r--r--doc/directories.txt19
1 files changed, 10 insertions, 9 deletions
diff --git a/doc/directories.txt b/doc/directories.txt
index b0adf7b..c5d3208 100644
--- a/doc/directories.txt
+++ b/doc/directories.txt
@@ -1,11 +1,12 @@
This file explains all the directories of the source tree :
-doc documentation about the system
-mnt temporary folder for mounting disk images
-src source code
-src/include all includable headers to be used in userland
-src/include/gc Grapes Core (communication with the kernel) headers
-src/include/gm Grapes Modules headers
-src/kernel kernel source
-src/library source and linkable objects to be used by userland applications
-src/modules userland applications
+doc documentation about the system
+mnt temporary folder for mounting disk images
+src source code
+src/kernel source code for everything running in kernel-land
+src/common source code for stuff (libraries) that can run in kernel or user land
+src/common/inc user&kernel-shared headers
+src/user source code for stuff that can run only in user land
+src/user/lib userland libraries
+src/user/lib/inc header files for these libraries
+src/user/app userland apps