Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make code ANSI C compatible | aqua | 2023-05-24 | 1 | -2/+2 |
| | |||||
* | Revert VGA C driver | aqua | 2023-03-12 | 1 | -9/+2 |
| | |||||
* | Add unit tests for C drivers | aqua | 2023-03-12 | 1 | -1/+3 |
| | |||||
* | Import kconfig from the linux kernel | aqua | 2023-03-04 | 1 | -0/+4 |
| | | | | | - commit: 0988a0ea791999ebbf95693f2676381825b05033 - path: scripts/kconfig | ||||
* | Rename host and target tool names | aqua | 2023-02-21 | 1 | -21/+25 |
| | | | | | - target tool prefix is ${ARCH}_ - host tool prefix is HOST_ | ||||
* | Generate dependency files for source code | aqua | 2023-02-12 | 1 | -1/+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. | ||||
* | Make shadowing variables an error | aqua | 2023-02-05 | 1 | -2/+2 |
| | |||||
* | Split Makefile | aqua | 2023-02-05 | 1 | -8/+27 |
| | | | | | | - Makefile: configure, doc and test targets - Makefile.all: info, build and run targets - rules.mk: add base test targets | ||||
* | Rewrite drivers/uart and drivers/vga in cpp | aqua | 2022-12-11 | 1 | -15/+17 |
| | |||||
* | Rename CCFLAGS to CFLAGS | aqua | 2022-12-04 | 1 | -3/+3 |
| | |||||
* | Remove custom include paths in makefiles | aqua | 2022-12-04 | 1 | -1/+1 |
| | | | | Add symlinks target to top-level makefile | ||||
* | lib/malloc: add linked list implementation | aqua | 2022-11-06 | 1 | -0/+3 |
| | |||||
* | Enable interrupts after enabling the PIC | aqua | 2022-11-01 | 1 | -1/+1 |
| | |||||
* | makefile: add Makefile.config | aqua | 2022-11-01 | 1 | -0/+40 |