Subversion Repositories HelenOS

Rev

Rev 3489 | Rev 3493 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3489 Rev 3492
Line 102... Line 102...
102
    if (!mount_fs("tmpfs") && !mount_fs("fat")) {
102
    if (!mount_fs("tmpfs") && !mount_fs("fat")) {
103
        printf(NAME ": Exiting\n");
103
        printf(NAME ": Exiting\n");
104
        return -1;
104
        return -1;
105
    }
105
    }
106
   
106
   
107
    // FIXME: spawn("/sbin/pci");
107
    // FIXME: spawn("/srv/pci");
108
    //spawn("/sbin/fb");
108
    //spawn("/srv/fb");
109
    spawn("/sbin/kbd");
109
    spawn("/srv/kbd");
110
    spawn("/sbin/console");
110
    spawn("/srv/console");
111
   
111
   
112
    console_wait();
112
    console_wait();
113
    version_print();
113
    version_print();
114
   
114
   
115
    spawn("/sbin/bdsh");
115
    spawn("/app/bdsh");
116
   
116
   
117
    return 0;
117
    return 0;
118
}
118
}
119
 
119
 
120
/** @}
120
/** @}