Compare commits
2 Commits
1685f2d0b9
...
1894987afc
Author | SHA1 | Date | |
---|---|---|---|
1894987afc | |||
446eddf3b7 |
2
libbozo
2
libbozo
@ -1 +1 @@
|
||||
Subproject commit 69caa70c38aac2894265887d61223e35aeed5f27
|
||||
Subproject commit 5b4d1fbf365d39322bfa0b19b450b68f4bc75426
|
@ -22,7 +22,8 @@ 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);
|
||||
while (true)
|
||||
terminal_getkey();
|
||||
for (int i = 1001; i; i--)
|
||||
kprintf(0, "%d\n", i);
|
||||
while (true)
|
||||
terminal_getkey();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user