forked from KolibriOS/kolibrios
Shell 0.4.5: Multilanguage, russification, some new commands (see History.txt for details)
git-svn-id: svn://kolibrios.org@1668 a494cfbc-eb01-0410-851d-a64ba20cac60
This commit is contained in:
@@ -1,6 +1,14 @@
|
||||
|
||||
int cmd_reboot(char param[])
|
||||
{
|
||||
kol_system_end(3);
|
||||
return TRUE;
|
||||
if (strcmp(param, "kernel"))
|
||||
{
|
||||
kol_system_end(4);
|
||||
return TRUE;
|
||||
}
|
||||
else
|
||||
{
|
||||
kol_system_end(3);
|
||||
return TRUE;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user