Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Removed tools/kconfig | aqua | 2024-03-10 | 1 | -1/+0 |
| | |||||
* | Bazel build | aqua | 2024-03-08 | 1 | -11/+1 |
| | |||||
* | Use meson build system | aqua | 2023-11-27 | 1 | -1/+0 |
| | |||||
* | Added make wrapper | aqua | 2023-07-30 | 1 | -0/+4 |
| | |||||
* | Place compiled objects and dependencies in build/ | aqua | 2023-03-20 | 1 | -4/+1 |
| | | | | - generate dependencies during compile rather than explicitly | ||||
* | Generate dependency files for source code | aqua | 2023-02-12 | 1 | -0/+1 |
| | | | | | | Use the compiler to generate dependency files for all C, C++ and .S assembly source code files. These are included in the makefiles where the files are used. | ||||
* | Remove custom include paths in makefiles | aqua | 2022-12-04 | 1 | -0/+1 |
| | | | | Add symlinks target to top-level makefile | ||||
* | Add python-sphinx docs | aqua | 2022-11-08 | 1 | -0/+1 |
| | |||||
* | lib/malloc: add linked list implementation | aqua | 2022-11-06 | 1 | -0/+1 |
| | |||||
* | makefile: add Makefile.config | aqua | 2022-11-01 | 1 | -0/+1 |
| | |||||
* | makefile: add src/kernel.a target | aqua | 2022-10-29 | 1 | -0/+6 |
| | |||||
* | Remove duplicated linker.ld argument | aqua | 2022-08-12 | 1 | -0/+2 |