aboutsummaryrefslogtreecommitdiff
path: root/src/kernel.c
Commit message (Collapse)AuthorAgeFilesLines
* Remove custom include paths in makefilesaqua2022-12-041-4/+2
| | | | Add symlinks target to top-level makefile
* Add FILE structaqua2022-11-081-4/+9
|
* Capture ps2 mouse packetsaqua2022-11-071-1/+1
|
* i8042: fix broken self-testaqua2022-11-031-3/+4
|
* Add ps2_ctrl_8042aqua2022-11-021-0/+7
|
* Enable interrupts after enabling the PICaqua2022-11-011-3/+7
|
* Add uppercase scancodesaqua2022-11-011-19/+15
| | | | Make text mode screen scroll
* add ps2_keyboard driveraqua2022-10-311-1/+2
|
* Remove meson.build filesaqua2022-10-291-10/+0
|
* Add LICENSE.mdaqua2022-08-121-0/+6
|
* Print version, compiler id and version, and cpuid on bootaqua2022-08-121-0/+12
|
* printf: add %d, %u and %xaqua2022-08-121-0/+3
|
* lidtaqua2022-08-121-0/+7
|
* Initial commitaqua2022-08-121-0/+24
x86 kernel that prints a hello world message to com1