[main] Change text because I'm bored.

This commit is contained in:
Kevin Lange 2011-01-15 22:19:12 -05:00
parent 793a8e9854
commit 604651ef3f

2
main.c
View File

@ -104,7 +104,7 @@ main() {
gdt_install();
idt_install();
init_video();
puts("Hello world!\n");
puts("Good Morning!\n");
for (;;);
return 0;
}