aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
* Add uppercase scancodesaqua2022-11-015-48/+183
| | | | Make text mode screen scroll
* makefile: add Makefile.configaqua2022-11-0110-15/+122
|
* makefile: clean target shouldn't depend on OBJSaqua2022-11-016-12/+8
|
* add ps2_keyboard driveraqua2022-10-3115-50/+117
|
* makefile: auto-generate OBJS from SRCSaqua2022-10-306-39/+37
|
* Remove meson.build filesaqua2022-10-2913-152/+40
|
* makefile: add src/kernel.a targetaqua2022-10-297-5/+59
|
* makefile: add devices/devs.a targetaqua2022-10-292-1/+19
|
* makefile: add i686/arch.a targetaqua2022-10-2922-23/+60
|
* makefile: add libk targetaqua2022-10-283-0/+44
|
* Add LICENSE.mdaqua2022-08-124-0/+53
|
* Add libk testsaqua2022-08-123-1/+54
|
* Enable coverage reportaqua2022-08-126-12/+34
|
* Print version, compiler id and version, and cpuid on bootaqua2022-08-123-1/+54
|
* Remove duplicated linker.ld argumentaqua2022-08-124-3/+14
|
* printf: add %d, %u and %xaqua2022-08-126-8/+47
|
* lidtaqua2022-08-1212-11/+171
|
* Initial commitaqua2022-08-1237-0/+1478
x86 kernel that prints a hello world message to com1