Compare commits

..

No commits in common. "1894987afced95157507541b76e04e52cb1b8e1c" and "1685f2d0b9e3e90fd4efe0bea365ef0dfe2ba42e" have entirely different histories.

2 changed files with 4 additions and 5 deletions

@ -1 +1 @@
Subproject commit 5b4d1fbf365d39322bfa0b19b450b68f4bc75426
Subproject commit 69caa70c38aac2894265887d61223e35aeed5f27

View File

@ -22,8 +22,7 @@ void kernel_main(void)
terminal_initialize();
/* Newline support is left as an exercise. */
for (int i = 1001; i; i--)
kprintf(0, "%d\n", i);
while (true)
terminal_getkey();
kprintf(0, "test %d a %d b %d\n", 10, 2, 3);
while (true)
terminal_getkey();
}