delete some messages

This commit is contained in:
Taku Shimosawa
2011-10-29 12:44:30 +09:00
parent deaaf12d01
commit 69ffca0cdb
2 changed files with 4 additions and 5 deletions

View File

@@ -29,9 +29,11 @@ int main(void)
arch_ready();
cpu_enable_interrupt();
kputs("MCK/AAL booted.\n");
while (1) {
cpu_halt();
kprintf("back from halt.\n");
}
return 0;
}