diff options
author | Alex AUVOLAT <alexis211@gmail.com> | 2012-05-18 11:25:25 +0200 |
---|---|---|
committer | Alex AUVOLAT <alexis211@gmail.com> | 2012-05-18 11:25:25 +0200 |
commit | f3e03796652b792bb3fd5d3d25b687b9a7f14633 (patch) | |
tree | feef62986de699702136aaf0d56295fde9297115 /doc/directories.txt | |
parent | c19415d2ffb6f063f91983ff505e2530ab500908 (diff) | |
download | TCE-f3e03796652b792bb3fd5d3d25b687b9a7f14633.tar.gz TCE-f3e03796652b792bb3fd5d3d25b687b9a7f14633.zip |
A bit of a change in the directory layout.
Diffstat (limited to 'doc/directories.txt')
-rw-r--r-- | doc/directories.txt | 3 |
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 |