Subversion Repositories HelenOS

Rev

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

Rev 1787 Rev 1837
Line 66... Line 66...
66
}
66
}
67
 
67
 
68
void arch_post_mm_init(void)
68
void arch_post_mm_init(void)
69
{
69
{
70
    if (config.cpu_active == 1) {
70
    if (config.cpu_active == 1) {
71
        fb_init(bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height, bootinfo.screen.bpp, bootinfo.screen.scanline);   
71
        fb_init(bootinfo.screen.addr, bootinfo.screen.width, bootinfo.screen.height, bootinfo.screen.bpp, bootinfo.screen.scanline, false);
72
   
72
   
73
        /* Merge all zones to 1 big zone */
73
        /* Merge all zones to 1 big zone */
74
        zone_merge_all();
74
        zone_merge_all();
75
    }
75
    }
76
}
76
}
Line 110... Line 110...
110
{
110
{
111
}
111
}
112
 
112
 
113
 /** @}
113
/** @}
114
 */
114
 */
115
 
-