Who cares

This commit is contained in:
2026-01-25 09:51:28 +01:00
parent 091f94f89e
commit b8a155fada
2 changed files with 2 additions and 2 deletions

View File

@@ -202,7 +202,7 @@ void keyboard_handler()
if (c) if (c)
{ {
// Should probably have a keyboard buffer here... instead of this // Should probably have a keyboard buffer here... instead of this
//putchar(c); putchar(c);
} }
} }
} }

View File

@@ -122,7 +122,7 @@ void kmain()
{ {
printf("testing, attention please %d\n", i); printf("testing, attention please %d\n", i);
} }
term_scroll(); // term_scroll();
hcf(); hcf();
} }