summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorAlex AUVOLAT <alexis211@gmail.com>2012-05-18 11:25:25 +0200
committerAlex AUVOLAT <alexis211@gmail.com>2012-05-18 11:25:25 +0200
commitf3e03796652b792bb3fd5d3d25b687b9a7f14633 (patch)
treefeef62986de699702136aaf0d56295fde9297115 /doc
parentc19415d2ffb6f063f91983ff505e2530ab500908 (diff)
downloadTCE-f3e03796652b792bb3fd5d3d25b687b9a7f14633.tar.gz
TCE-f3e03796652b792bb3fd5d3d25b687b9a7f14633.zip
A bit of a change in the directory layout.
Diffstat (limited to 'doc')
-rw-r--r--doc/directories.txt3
1 files changed, 1 insertions, 2 deletions
diff --git a/doc/directories.txt b/doc/directories.txt
index c5d3208..2a70729 100644
--- a/doc/directories.txt
+++ b/doc/directories.txt
@@ -4,8 +4,7 @@ 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/include headers that the kernel and the userland must share
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