add: print keypressed
This commit is contained in:
2
libbozo
2
libbozo
Submodule libbozo updated: 4fd5ae3a65...69caa70c38
@ -23,4 +23,6 @@ void kernel_main(void)
|
|||||||
|
|
||||||
/* Newline support is left as an exercise. */
|
/* Newline support is left as an exercise. */
|
||||||
kprintf(0, "test %d a %d b %d\n", 10, 2, 3);
|
kprintf(0, "test %d a %d b %d\n", 10, 2, 3);
|
||||||
|
while (true)
|
||||||
|
terminal_getkey();
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user