3 This is the source code tree for lunaix kernel.
7 | Directory | Description |
9 | `arch` | ISA specific code |
11 | `includes`| headers |
12 | `kernel` | kernel source files |
13 | `link` | linker scripts |
14 | `libs` | kernel library |
15 | `makeinc` | includes for makefile |
16 | `scripts` | auxiliary scripts |
17 | `tests` | kernel test cases |
18 | `usr` | stock user space environment (debug only) |
22 See: [Build system of Lunaix](./scripts/build-tools/README.md)