| 14 | |
| 15 | == Directory structure == |
| 16 | |
| 17 | The file system of a running HelenOS system is roughly laid out as follows: |
| 18 | |
| 19 | || /app || end-user applications (see the [wiki:CommandReference Command Reference]) || |
| 20 | || /cfg || system-wide configuration || |
| 21 | || /data || application data (e.g. the web root served by websrv) || |
| 22 | || /drv || device drivers || |
| 23 | || /inc || header files || |
| 24 | || /lib || libraries || |
| 25 | || /loc || location service nodes (rough analogy of /dev in UNIX) || |
| 26 | || /src || source files || |
| 27 | || /srv || server applications (services, e.g. console, networking - see the [wiki:CommandReference Command Reference]) || |
| 28 | || /tmp || temporary files || |
| 29 | |
| 30 | This layout is not fixed in any way and may change in the future. |