Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |