submodule added

This commit is contained in:
2024-09-07 14:35:52 +02:00
parent 60baa3ec46
commit 446eddf3b7
2 changed files with 3 additions and 2 deletions

Submodule libbozo updated: 4fd5ae3a65...5b4d1fbf36

View File

@ -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);
}