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
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -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");
} }