Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Add ps2_ctrl_8042 | aqua | 2022-11-02 | 15 | -67/+155 | |
| | ||||||
* | Enable interrupts after enabling the PIC | aqua | 2022-11-01 | 13 | -18/+51 | |
| | ||||||
* | Add uppercase scancodes | aqua | 2022-11-01 | 5 | -48/+183 | |
| | | | | Make text mode screen scroll | |||||
* | makefile: add Makefile.config | aqua | 2022-11-01 | 10 | -15/+122 | |
| | ||||||
* | makefile: clean target shouldn't depend on OBJS | aqua | 2022-11-01 | 6 | -12/+8 | |
| | ||||||
* | add ps2_keyboard driver | aqua | 2022-10-31 | 15 | -50/+117 | |
| | ||||||
* | makefile: auto-generate OBJS from SRCS | aqua | 2022-10-30 | 6 | -39/+37 | |
| | ||||||
* | Remove meson.build files | aqua | 2022-10-29 | 13 | -152/+40 | |
| | ||||||
* | makefile: add src/kernel.a target | aqua | 2022-10-29 | 7 | -5/+59 | |
| | ||||||
* | makefile: add devices/devs.a target | aqua | 2022-10-29 | 2 | -1/+19 | |
| | ||||||
* | makefile: add i686/arch.a target | aqua | 2022-10-29 | 22 | -23/+60 | |
| | ||||||
* | makefile: add libk target | aqua | 2022-10-28 | 3 | -0/+44 | |
| | ||||||
* | Add LICENSE.md | aqua | 2022-08-12 | 4 | -0/+53 | |
| | ||||||
* | Add libk tests | aqua | 2022-08-12 | 3 | -1/+54 | |
| | ||||||
* | Enable coverage report | aqua | 2022-08-12 | 6 | -12/+34 | |
| | ||||||
* | Print version, compiler id and version, and cpuid on boot | aqua | 2022-08-12 | 3 | -1/+54 | |
| | ||||||
* | Remove duplicated linker.ld argument | aqua | 2022-08-12 | 4 | -3/+14 | |
| | ||||||
* | printf: add %d, %u and %x | aqua | 2022-08-12 | 6 | -8/+47 | |
| | ||||||
* | lidt | aqua | 2022-08-12 | 12 | -11/+171 | |
| | ||||||
* | Initial commit | aqua | 2022-08-12 | 37 | -0/+1478 | |
x86 kernel that prints a hello world message to com1 |