aboutsummaryrefslogtreecommitdiff
path: root/lib
Commit message (Collapse)AuthorAgeFilesLines
* Add uppercase scancodesaqua2022-11-011-17/+33
| | | | 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-311-0/+4
|
* makefile: auto-generate OBJS from SRCSaqua2022-10-301-7/+2
|
* Remove meson.build filesaqua2022-10-292-14/+0
|
* makefile: add src/kernel.a targetaqua2022-10-291-0/+3
|
* makefile: add i686/arch.a targetaqua2022-10-292-6/+13
|
* makefile: add libk targetaqua2022-10-281-0/+6
|
* Add libk testsaqua2022-08-123-1/+54
|
* Enable coverage reportaqua2022-08-123-4/+15
|
* printf: add %d, %u and %xaqua2022-08-124-7/+40
|
* Initial commitaqua2022-08-126-0/+91
x86 kernel that prints a hello world message to com1