Rev 4042 | Rev 4148 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 4042 | Rev 4057 | ||
---|---|---|---|
Line 109... | Line 109... | ||
109 | /* Initialize IRQ routing */ |
109 | /* Initialize IRQ routing */ |
110 | irq_init(IRQ_COUNT, IRQ_COUNT); |
110 | irq_init(IRQ_COUNT, IRQ_COUNT); |
111 | 111 | ||
112 | /* hard clock */ |
112 | /* hard clock */ |
113 | i8254_init(); |
113 | i8254_init(); |
114 | 114 | ||
115 | #ifdef CONFIG_FB |
115 | #ifdef CONFIG_FB |
116 | if (vesa_present()) |
116 | if (vesa_present()) |
117 | vesa_init(); |
117 | vesa_init(); |
118 | else |
118 | else |
119 | #endif |
119 | #endif |
- | 120 | #ifdef CONFIG_EGA |
|
120 | ega_init(EGA_BASE, EGA_VIDEORAM); /* video */ |
121 | ega_init(EGA_BASE, EGA_VIDEORAM); /* video */ |
- | 122 | #else |
|
- | 123 | {} |
|
- | 124 | #endif |
|
121 | 125 | ||
122 | /* Enable debugger */ |
126 | /* Enable debugger */ |
123 | debugger_init(); |
127 | debugger_init(); |
124 | /* Merge all memory zones to 1 big zone */ |
128 | /* Merge all memory zones to 1 big zone */ |
125 | zone_merge_all(); |
129 | zone_merge_all(); |