submodule added
This commit is contained in:
2
libbozo
2
libbozo
Submodule libbozo updated: 4fd5ae3a65...5b4d1fbf36
@ -22,5 +22,6 @@ void kernel_main(void)
|
||||
terminal_initialize();
|
||||
|
||||
/* Newline support is left as an exercise. */
|
||||
kprintf(0, "test %d a %d b %d\n", 10, 2, 3);
|
||||
for (int i = 1001; i; i--)
|
||||
kprintf(0, "%d\n", i);
|
||||
}
|
||||
|
Reference in New Issue
Block a user