Subversion Repositories HelenOS-historic

Rev

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

Rev 1512 Rev 1514
Line 315... Line 315...
315
    while ((fb_info.phone = ipc_connect_me_to(PHONE_NS, SERVICE_VIDEO, 0)) < 0) {
315
    while ((fb_info.phone = ipc_connect_me_to(PHONE_NS, SERVICE_VIDEO, 0)) < 0) {
316
        usleep(10000);
316
        usleep(10000);
317
    }
317
    }
318
   
318
   
319
    ipc_call_sync_2(fb_info.phone, FB_GET_CSIZE, 0, 0, &(fb_info.rows), &(fb_info.cols));
319
    ipc_call_sync_2(fb_info.phone, FB_GET_CSIZE, 0, 0, &(fb_info.rows), &(fb_info.cols));
-
 
320
    ipc_call_async_2(fb_info.phone, FB_SET_STYLE, DEFAULT_FOREGROUND_COLOR, DEFAULT_BACKGROUND_COLOR, NULL, NULL);
320
    ipc_call_sync(fb_info.phone, FB_CURSOR_VISIBILITY, 1, NULL);
321
    ipc_call_sync(fb_info.phone, FB_CURSOR_VISIBILITY, 1, NULL);
321
   
322
   
322
    /* Init virtual consoles */
323
    /* Init virtual consoles */
323
    for (i = 0; i < CONSOLE_COUNT; i++) {
324
    for (i = 0; i < CONSOLE_COUNT; i++) {
324
        connections[i].used = 0;
325
        connections[i].used = 0;