add terminate thread

This commit is contained in:
Tomoki Shirasawa
2013-09-02 00:39:22 +09:00
parent 1d69225532
commit 040fb64b22
11 changed files with 154 additions and 32 deletions

View File

@ -188,6 +188,7 @@ static void post_init(void)
if (find_command_line("hidos")) {
init_host_syscall_channel();
init_host_syscall_channel2();
}
ap_start();
}