aboutsummaryrefslogtreecommitdiff
path: root/src
Commit message (Collapse)AuthorAgeFilesLines
* Add uppercase scancodesaqua2022-11-011-19/+15
| | | | Make text mode screen scroll
* makefile: add Makefile.configaqua2022-11-011-1/+1
|
* makefile: clean target shouldn't depend on OBJSaqua2022-11-011-2/+0
|
* add ps2_keyboard driveraqua2022-10-313-40/+3
|
* makefile: auto-generate OBJS from SRCSaqua2022-10-301-9/+4
|
* Remove meson.build filesaqua2022-10-293-14/+6
|
* makefile: add src/kernel.a targetaqua2022-10-292-0/+23
|
* 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-122-1/+7
|
* lidtaqua2022-08-122-0/+42
|
* Initial commitaqua2022-08-127-0/+202
x86 kernel that prints a hello world message to com1