Subversion Repositories HelenOS

Rev

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

Rev 3880 Rev 3910
Line 135... Line 135...
135
        .visual = VISUAL_BGR_8_8_8,
135
        .visual = VISUAL_BGR_8_8_8,
136
    };
136
    };
137
    fb_init(&gxemul_prop);
137
    fb_init(&gxemul_prop);
138
#endif
138
#endif
139
 
139
 
140
#ifdef msim
140
#ifdef MACHINE_msim
141
    sysinfo_set_item_val("machine.msim", NULL, 1);
141
    sysinfo_set_item_val("machine.msim", NULL, 1);
142
#endif
142
#endif
143
 
143
 
144
#ifdef simics
144
#ifdef MACHINE_simics
145
    sysinfo_set_item_val("machine.simics", NULL, 1);
145
    sysinfo_set_item_val("machine.simics", NULL, 1);
146
#endif
146
#endif
147
 
147
 
148
#ifdef bgxemul
148
#ifdef MACHINE_bgxemul
149
    sysinfo_set_item_val("machine.bgxemul", NULL, 1);
149
    sysinfo_set_item_val("machine.bgxemul", NULL, 1);
150
#endif
150
#endif
151
 
151
 
152
#ifdef lgxemul
152
#ifdef MACHINE_lgxemul
153
    sysinfo_set_item_val("machine.lgxemul", NULL, 1);
153
    sysinfo_set_item_val("machine.lgxemul", NULL, 1);
154
#endif
154
#endif
155
}
155
}
156
 
156
 
157
void arch_post_cpu_init(void)
157
void arch_post_cpu_init(void)