submodule added

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

@ -1 +1 @@
Subproject commit 4fd5ae3a6528cbeff4730af4128b4872ef6f66ea
Subproject commit 5b4d1fbf365d39322bfa0b19b450b68f4bc75426

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