diff options
author | Alexis211 <alexis211@gmail.com> | 2010-03-23 16:34:36 +0100 |
---|---|---|
committer | Alexis211 <alexis211@gmail.com> | 2010-03-23 16:34:36 +0100 |
commit | cbadacbb881200b601c7b53b29aa0c1b78747692 (patch) | |
tree | c3230c4d2dc8f75d126826954b80a37770ad26c7 /doc/directories.txt | |
parent | 6266a24cd2f71a0bad0e55c1eedd480790868c0f (diff) | |
download | TCE-cbadacbb881200b601c7b53b29aa0c1b78747692.tar.gz TCE-cbadacbb881200b601c7b53b29aa0c1b78747692.zip |
More work on IPC
Diffstat (limited to 'doc/directories.txt')
-rw-r--r-- | doc/directories.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/directories.txt b/doc/directories.txt new file mode 100644 index 0000000..b0adf7b --- /dev/null +++ b/doc/directories.txt @@ -0,0 +1,11 @@ +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 |