Subversion Repositories HelenOS-historic

Rev

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

Rev 1287 Rev 1303
Line 76... Line 76...
76
void arch_post_mm_init(void)
76
void arch_post_mm_init(void)
77
{
77
{
78
    if (config.cpu_active == 1) {
78
    if (config.cpu_active == 1) {
79
 
79
 
80
#ifdef CONFIG_FB
80
#ifdef CONFIG_FB
81
        if (vesa_present()) vesa_init();
81
        if (vesa_present())
-
 
82
            vesa_init();
82
        else
83
        else
83
#endif
84
#endif
84
        ega_init(); /* video */
85
            ega_init(); /* video */
85
       
86
       
86
       
87
       
87
        /* Enable debugger */
88
        /* Enable debugger */
88
        debugger_init();
89
        debugger_init();
-
 
90
        /* Merge all memory zones to 1 big zone */
-
 
91
        zone_merge_all();
89
    }
92
    }
90
}
93
}
91
 
94
 
92
void arch_pre_smp_init(void)
95
void arch_pre_smp_init(void)
93
{
96
{