Rev 4042 | Rev 4102 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 4042 | Rev 4057 | ||
|---|---|---|---|
| Line 148... | Line 148... | ||
| 148 | /* Initialize IRQ routing */ |
148 | /* Initialize IRQ routing */ |
| 149 | irq_init(IRQ_COUNT, IRQ_COUNT); |
149 | irq_init(IRQ_COUNT, IRQ_COUNT); |
| 150 | 150 | ||
| 151 | /* hard clock */ |
151 | /* hard clock */ |
| 152 | i8254_init(); |
152 | i8254_init(); |
| 153 | 153 | ||
| 154 | #ifdef CONFIG_FB |
154 | #ifdef CONFIG_FB |
| 155 | if (vesa_present()) |
155 | if (vesa_present()) |
| 156 | vesa_init(); |
156 | vesa_init(); |
| 157 | else |
157 | else |
| 158 | #endif |
158 | #endif |
| - | 159 | #ifdef CONFIG_EGA |
|
| 159 | ega_init(EGA_BASE, EGA_VIDEORAM); /* video */ |
160 | ega_init(EGA_BASE, EGA_VIDEORAM); /* video */ |
| - | 161 | #else |
|
| - | 162 | {} |
|
| - | 163 | #endif |
|
| 160 | 164 | ||
| 161 | /* Enable debugger */ |
165 | /* Enable debugger */ |
| 162 | debugger_init(); |
166 | debugger_init(); |
| 163 | /* Merge all memory zones to 1 big zone */ |
167 | /* Merge all memory zones to 1 big zone */ |
| 164 | zone_merge_all(); |
168 | zone_merge_all(); |