updated readme, fix configuration shell invoked twice.
[lunaix-os.git] / lunaix-os / README.md
1 # Luniax Kernel
2
3 This is the source code tree for lunaix kernel.
4
5 ## Organisation
6
7 | Directory | Description |
8 | -------   | ------      |
9 | `arch`    | ISA specific code |
10 | `hal`     | drivers |
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) |
19
20 ## Build System
21
22 See: [Build system of Lunaix](./scripts/build-tools/README.md)
23