Better boot message.

This commit is contained in:
Nicolás Ortega Froysa 2018-02-26 17:01:18 +01:00
parent 458de6f4ac
commit ba60616b18
No known key found for this signature in database
GPG Key ID: FEC70E3BAE2E69BF

View File

@ -2,5 +2,5 @@
void main() {
clear_screen();
print("Kernel booted succesfully");
print("Kernel initialized successfully!\n");
}