feature: multiple screens + cursor move (bug to fix)

style: reorganise code structure
This commit is contained in:
2024-09-08 05:03:50 +02:00
parent d270657fc9
commit cf617d6984
13 changed files with 206 additions and 173 deletions

View File

@ -24,6 +24,7 @@ void kernel_main(void)
/* Newline support is left as an exercise. */
for (int i = 1001; i; i--)
kprintf(0, "%d\n", i);
kprintf(0, "mange ta mere avec ton argument a kprintf fdp\n");
while (true)
terminal_getkey();
}