Print name of kernel instead.
This commit is contained in:
@@ -20,5 +20,5 @@
|
|||||||
|
|
||||||
void kernel_main() {
|
void kernel_main() {
|
||||||
tty_init();
|
tty_init();
|
||||||
tty_write_s("Hello from the kernel!");
|
tty_write_s("Colonel");
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user