Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | 8 | -101/+113 |
| | |||||
* | Build tests using HOSTTARGETBIN | aqua | 2023-03-12 | 1 | -1/+1 |
| | |||||
* | Revert VGA C driver | aqua | 2023-03-12 | 9 | -212/+95 |
| | |||||
* | Add unit tests for C drivers | aqua | 2023-03-12 | 6 | -0/+307 |
| | |||||
* | Add TARGETBIN and TARGETLIB rules | aqua | 2023-03-05 | 1 | -0/+1 |
| | |||||
* | Rename host and target tool names | aqua | 2023-02-21 | 1 | -2/+2 |
| | | | | | - target tool prefix is ${ARCH}_ - host tool prefix is HOST_ | ||||
* | Remove makefile include targets | aqua | 2023-02-05 | 1 | -4/+4 |
| | |||||
* | 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 | 9 | -205/+191 |
| | |||||
* | Remove custom include paths in makefiles | aqua | 2022-12-04 | 4 | -8/+5 |
| | | | | Add symlinks target to top-level makefile | ||||
* | Add FILE struct | aqua | 2022-11-08 | 4 | -70/+102 |
| | |||||
* | Add python-sphinx docs | aqua | 2022-11-08 | 1 | -1/+1 |
| | |||||
* | Capture ps2 mouse packets | aqua | 2022-11-07 | 6 | -19/+58 |
| | |||||
* | makefile: replace ,SRCS with .SRCS | aqua | 2022-11-05 | 1 | -1/+1 |
| | |||||
* | i8042: fix broken self-test | aqua | 2022-11-03 | 6 | -46/+57 |
| | |||||
* | vga: fix text mode cursor | aqua | 2022-11-03 | 1 | -18/+18 |
| | | | | outb parameters are (value, port) and not (port, value) | ||||
* | fix compiler warnings | aqua | 2022-11-02 | 3 | -41/+42 |
| | |||||
* | Add ps2_ctrl_8042 | aqua | 2022-11-02 | 10 | -64/+136 |
| | |||||
* | Enable interrupts after enabling the PIC | aqua | 2022-11-01 | 4 | -2/+23 |
| | |||||
* | Add uppercase scancodes | aqua | 2022-11-01 | 3 | -12/+135 |
| | | | | 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 | 5 | -3/+48 |
| | |||||
* | makefile: auto-generate OBJS from SRCS | aqua | 2022-10-30 | 1 | -7/+2 |
| | |||||
* | Remove meson.build files | aqua | 2022-10-29 | 1 | -5/+0 |
| | |||||
* | makefile: add devices/devs.a target | aqua | 2022-10-29 | 1 | -0/+15 |
| | |||||
* | lidt | aqua | 2022-08-12 | 3 | -1/+44 |
| | |||||
* | Initial commit | aqua | 2022-08-12 | 5 | -0/+188 |
x86 kernel that prints a hello world message to com1 |