Subversion Repositories HelenOS-historic

Rev

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

Rev 238 Rev 242
Line 184... Line 184...
184
     */
184
     */
185
    t = thread_create(kinit, NULL, k, 0);
185
    t = thread_create(kinit, NULL, k, 0);
186
    if (!t)
186
    if (!t)
187
        panic("can't create kinit thread\n");
187
        panic("can't create kinit thread\n");
188
    thread_ready(t);
188
    thread_ready(t);
189
 
-
 
190
    /*
189
    /*
191
     * This call to scheduler() will return to kinit,
190
     * This call to scheduler() will return to kinit,
192
     * starting the thread of kernel threads.
191
     * starting the thread of kernel threads.
193
     */
192
     */
194
    scheduler();
193
    scheduler();