This commit is contained in:
Taku Shimosawa
2012-01-06 17:06:42 +09:00
parent 00107164b3
commit d2591c6d25
12 changed files with 244 additions and 73 deletions

View File

@@ -24,7 +24,7 @@ static void ap_wait(void)
kprintf("ap started.\n");
kmalloc_init();
sched_init();
init_host_syscall_channel();
/* init_host_syscall_channel(); */
schedule();
}