Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Bazel build | aqua | 2024-03-08 | 6 | -65/+108 |
| | |||||
* | Use meson build system | aqua | 2023-11-27 | 10 | -44/+72 |
| | |||||
* | Added make wrapper | aqua | 2023-07-30 | 1 | -0/+0 |
| | |||||
* | Fix compiler warnings | aqua | 2023-06-29 | 4 | -8/+9 |
| | |||||
* | Rework leaf makefiles to be included from top-level | aqua | 2023-06-11 | 1 | -3/+1 |
| | | | | - remove Makefile.all | ||||
* | Make code ANSI C compatible | aqua | 2023-05-24 | 13 | -86/+63 |
| | |||||
* | Build tests using HOSTTARGETBIN | aqua | 2023-03-12 | 1 | -0/+15 |
| | |||||
* | Revert VGA C driver | aqua | 2023-03-12 | 2 | -31/+22 |
| | |||||
* | Move all tests next to the code they're testing | aqua | 2023-03-05 | 9 | -11/+16 |
| | |||||
* | Add TARGETBIN and TARGETLIB rules | aqua | 2023-03-05 | 1 | -0/+2 |
| | |||||
* | Move C stdlib to lib/libk | aqua | 2023-02-18 | 17 | -9/+9 |
| | |||||
* | Generate dependency files for source code | aqua | 2023-02-12 | 3 | -5/+5 |
| | | | | | | 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. | ||||
* | blake2: use makefiles instead of meson.build | aqua | 2023-01-29 | 11 | -4/+3165 |
| | |||||
* | Add test and valgrind targets to rules.mk | aqua | 2022-12-27 | 1 | -6/+2 |
| | |||||
* | Add sched/roundrobin tests | aqua | 2022-12-25 | 1 | -2/+5 |
| | |||||
* | Generate docs using doxygen instead of sphinx | aqua | 2022-12-11 | 3 | -2/+28 |
| | |||||
* | Rewrite drivers/uart and drivers/vga in cpp | aqua | 2022-12-11 | 4 | -18/+34 |
| | |||||
* | Remove custom include paths in makefiles | aqua | 2022-12-04 | 2 | -6/+4 |
| | | | | Add symlinks target to top-level makefile | ||||
* | Add FILE struct | aqua | 2022-11-08 | 6 | -67/+107 |
| | |||||
* | Add python-sphinx docs | aqua | 2022-11-08 | 7 | -27/+39 |
| | |||||
* | lib: migrate tests to gtest | aqua | 2022-11-06 | 6 | -65/+64 |
| | |||||
* | lib/malloc: add linked list implementation | aqua | 2022-11-06 | 7 | -0/+206 |
| | |||||
* | makefile: replace ,SRCS with .SRCS | aqua | 2022-11-05 | 1 | -1/+1 |
| | |||||
* | vga: fix text mode cursor | aqua | 2022-11-03 | 1 | -1/+1 |
| | | | | outb parameters are (value, port) and not (port, value) | ||||
* | Add uppercase scancodes | aqua | 2022-11-01 | 1 | -17/+33 |
| | | | | Make text mode screen scroll | ||||
* | makefile: add Makefile.config | aqua | 2022-11-01 | 1 | -1/+1 |
| | |||||
* | makefile: clean target shouldn't depend on OBJS | aqua | 2022-11-01 | 1 | -2/+0 |
| | |||||
* | add ps2_keyboard driver | aqua | 2022-10-31 | 1 | -0/+4 |
| | |||||
* | makefile: auto-generate OBJS from SRCS | aqua | 2022-10-30 | 1 | -7/+2 |
| | |||||
* | Remove meson.build files | aqua | 2022-10-29 | 2 | -14/+0 |
| | |||||
* | makefile: add src/kernel.a target | aqua | 2022-10-29 | 1 | -0/+3 |
| | |||||
* | makefile: add i686/arch.a target | aqua | 2022-10-29 | 2 | -6/+13 |
| | |||||
* | makefile: add libk target | aqua | 2022-10-28 | 1 | -0/+6 |
| | |||||
* | Add libk tests | aqua | 2022-08-12 | 3 | -1/+54 |
| | |||||
* | Enable coverage report | aqua | 2022-08-12 | 3 | -4/+15 |
| | |||||
* | printf: add %d, %u and %x | aqua | 2022-08-12 | 4 | -7/+40 |
| | |||||
* | Initial commit | aqua | 2022-08-12 | 6 | -0/+91 |
x86 kernel that prints a hello world message to com1 |