Prepare for moon 0.11

This commit is contained in:
apio 2022-10-14 19:49:52 +02:00
parent ccf8f404a8
commit 97461c7c1f
2 changed files with 0 additions and 9 deletions

View File

@ -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;
} }

View File

@ -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");