Subversion Repositories HelenOS-historic

Rev

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

Rev 501 Rev 508
Line 155... Line 155...
155
    test();
155
    test();
156
#endif /* CONFIG_TEST */
156
#endif /* CONFIG_TEST */
157
 
157
 
158
 
158
 
159
    while (1) {
159
    while (1) {
160
        thread_usleep(1000000);
160
        thread_sleep(60);
161
        printf("kinit... ");
161
        printf("kinit... ");
162
    }
162
    }
163
 
163
 
164
}
164
}