blob: 2a70729b8d0b798a8b2c03c196b8e577996ec123 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
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/kernel source code for everything running in kernel-land
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
src/user/app userland apps
|