V1.63 bug fixes

This commit is contained in:
boreddevnl
2026-02-25 15:27:29 +01:00
parent 6e2f0d8c1a
commit cc950974e8
27 changed files with 348 additions and 69 deletions

View File

@@ -2,6 +2,6 @@
void cli_cmd_boredver(char *args) {
(void)args;
cli_write("BoredOS v1.62\n");
cli_write("BoredOS Kernel V2.5.2\n");
cli_write("BoredOS v1.63\n");
cli_write("BoredOS Kernel V2.5.3\n");
}