Subversion Repositories Kolibri OS

Rev

Rev 3247 | Blame | Compare with Previous | Last modification | View Log | Download | RSS feed

  1.  
  2. int cmd_reboot(char param[]) {
  3.         if (!strcmp(param, "kernel"))
  4.                 kol_system_end(4);
  5.         else
  6.                 kol_system_end(3);
  7.         return TRUE;
  8. }
  9.  
  10.