diff options
Diffstat (limited to 'doc')
-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 |