add: print keypressed

This commit is contained in:
2024-09-07 14:18:04 +02:00
parent 4e1fd187bc
commit 1685f2d0b9
2 changed files with 3 additions and 1 deletions

Submodule libbozo updated: 4fd5ae3a65...69caa70c38

View File

@ -23,4 +23,6 @@ void kernel_main(void)
/* Newline support is left as an exercise. */
kprintf(0, "test %d a %d b %d\n", 10, 2, 3);
while (true)
terminal_getkey();
}