Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Rename host and target tool names | aqua | 2023-02-21 | 2 | -23/+27 |
| | | | | | - 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 |
| | |||||
* | Remove makefile include targets | aqua | 2023-02-05 | 2 | -2/+5 |
| | |||||
* | Split Makefile | aqua | 2023-02-05 | 1 | -7/+23 |
| | | | | | | - Makefile: configure, doc and test targets - Makefile.all: info, build and run targets - rules.mk: add base test targets | ||||
* | Generate docs using doxygen instead of sphinx | aqua | 2022-12-11 | 1 | -6/+24 |
| | |||||
* | Move symlink target to leaf makefiles | aqua | 2022-12-11 | 1 | -0/+4 |
| | |||||
* | Rewrite drivers/uart and drivers/vga in cpp | aqua | 2022-12-11 | 4 | -16/+55 |
| | |||||
* | Rename CCFLAGS to CFLAGS | aqua | 2022-12-04 | 2 | -3/+7 |
| | |||||
* | Remove custom include paths in makefiles | aqua | 2022-12-04 | 5 | -5/+10 |
| | | | | Add symlinks target to top-level makefile | ||||
* | Capture ps2 mouse packets | aqua | 2022-11-07 | 1 | -1/+2 |
| | |||||
* | lib/malloc: add linked list implementation | aqua | 2022-11-06 | 1 | -0/+3 |
| | |||||
* | makefile: replace ,SRCS with .SRCS | aqua | 2022-11-05 | 1 | -1/+1 |
| | |||||
* | fix compiler warnings | aqua | 2022-11-02 | 6 | -18/+20 |
| | |||||
* | Add ps2_ctrl_8042 | aqua | 2022-11-02 | 3 | -2/+11 |
| | |||||
* | Enable interrupts after enabling the PIC | aqua | 2022-11-01 | 5 | -10/+17 |
| | |||||
* | makefile: add Makefile.config | aqua | 2022-11-01 | 2 | -9/+13 |
| | |||||
* | makefile: clean target shouldn't depend on OBJS | aqua | 2022-11-01 | 1 | -2/+0 |
| | |||||
* | add ps2_keyboard driver | aqua | 2022-10-31 | 5 | -7/+61 |
| | |||||
* | makefile: auto-generate OBJS from SRCS | aqua | 2022-10-30 | 1 | -7/+2 |
| | |||||
* | Remove meson.build files | aqua | 2022-10-29 | 4 | -28/+10 |
| | |||||
* | makefile: add src/kernel.a target | aqua | 2022-10-29 | 1 | -3/+3 |
| | |||||
* | makefile: add i686/arch.a target | aqua | 2022-10-29 | 18 | -0/+632 |
| | |||||
* | makefile: add libk target | aqua | 2022-10-28 | 1 | -0/+10 |