Subversion Repositories HelenOS

Rev

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

Rev 3742 Rev 3817
Line 155... Line 155...
155
    }
155
    }
156
#endif /* CONFIG_KCONSOLE */
156
#endif /* CONFIG_KCONSOLE */
157
   
157
   
158
    interrupts_enable();
158
    interrupts_enable();
159
   
159
   
-
 
160
#if defined (SUN4U)
160
    /*
161
    /*
161
     * Create user tasks, load RAM disk images.
162
     * Create user tasks, load RAM disk images.
162
     */
163
     */
163
    count_t i;
164
    count_t i;
164
    program_t programs[CONFIG_INIT_TASKS];
165
    program_t programs[CONFIG_INIT_TASKS];
Line 212... Line 213...
212
            thread_sleep(1);
213
            thread_sleep(1);
213
            i++;
214
            i++;
214
        }
215
        }
215
    }
216
    }
216
#endif /* CONFIG_KCONSOLE */
217
#endif /* CONFIG_KCONSOLE */
-
 
218
#endif
217
}
219
}
218
 
220
 
219
/** @}
221
/** @}
220
 */
222
 */