Subversion Repositories HelenOS

Rev

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

Rev 2725 Rev 3790
Line 83... Line 83...
83
            break;
83
            break;
84
        case 32:
84
        case 32:
85
            visual = VISUAL_RGB_0_8_8_8;
85
            visual = VISUAL_RGB_0_8_8_8;
86
            break;
86
            break;
87
        default:
87
        default:
88
            panic("Unsupported bits per pixel");
88
            panic("Unsupported bits per pixel.");
89
        }
89
        }
90
        fb_init(bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height, bootinfo.screen.scanline, visual);
90
        fb_init(bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height, bootinfo.screen.scanline, visual);
91
       
91
       
92
   
92
   
93
        /* Merge all zones to 1 big zone */
93
        /* Merge all zones to 1 big zone */