Prepare for moon 0.11
This commit is contained in:
parent
ccf8f404a8
commit
97461c7c1f
@ -121,13 +121,5 @@ int main()
|
|||||||
|
|
||||||
printf("\n\nPress any key to restart.\n\n");
|
printf("\n\nPress any key to restart.\n\n");
|
||||||
|
|
||||||
sleep(2);
|
|
||||||
|
|
||||||
if (execv("/bin/sym", NULL) < 0)
|
|
||||||
{
|
|
||||||
perror("execv");
|
|
||||||
return 1;
|
|
||||||
}
|
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
}
|
}
|
||||||
|
@ -74,7 +74,6 @@ extern "C" void _start()
|
|||||||
});
|
});
|
||||||
|
|
||||||
Scheduler::load_user_task("/bin/init");
|
Scheduler::load_user_task("/bin/init");
|
||||||
Scheduler::load_user_task("/bin/sym");
|
|
||||||
|
|
||||||
kinfoln("Prepared scheduler tasks");
|
kinfoln("Prepared scheduler tasks");
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user