Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Make code ANSI C compatible | aqua | 2023-05-24 | 1 | -12/+18 |
| | |||||
* | Revert VGA C driver | aqua | 2023-03-12 | 1 | -0/+152 |
| | |||||
* | Rewrite drivers/uart and drivers/vga in cpp | aqua | 2022-12-11 | 1 | -152/+0 |
| | |||||
* | Remove custom include paths in makefiles | aqua | 2022-12-04 | 1 | -2/+2 |
| | | | | Add symlinks target to top-level makefile | ||||
* | Add FILE struct | aqua | 2022-11-08 | 1 | -29/+49 |
| | |||||
* | vga: fix text mode cursor | aqua | 2022-11-03 | 1 | -18/+18 |
| | | | | outb parameters are (value, port) and not (port, value) | ||||
* | Add ps2_ctrl_8042 | aqua | 2022-11-02 | 1 | -39/+40 |
| | |||||
* | Enable interrupts after enabling the PIC | aqua | 2022-11-01 | 1 | -2/+2 |
| | |||||
* | Add uppercase scancodes | aqua | 2022-11-01 | 1 | -8/+104 |
| | | | | Make text mode screen scroll | ||||
* | Initial commit | aqua | 2022-08-12 | 1 | -0/+35 |
x86 kernel that prints a hello world message to com1 |