Merge branch 'main' of git.chauvet.pro:starnakin/42_KFS

This commit is contained in:
2024-09-07 14:37:47 +02:00
2 changed files with 4 additions and 2 deletions

View File

@ -24,4 +24,6 @@ void kernel_main(void)
/* Newline support is left as an exercise. */
for (int i = 1001; i; i--)
kprintf(0, "%d\n", i);
while (true)
terminal_getkey();
}