Print name of kernel instead.

This commit is contained in:
Nicolás Ortega Froysa
2018-03-15 00:09:08 +01:00
parent 3d4e2e48c9
commit 9232398bc4

View File

@ -20,5 +20,5 @@
void kernel_main() {
tty_init();
tty_write_s("Hello from the kernel!");
tty_write_s("Colonel");
}