Rev 3707 | Rev 3880 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
| Rev 3707 | Rev 3779 | ||
|---|---|---|---|
| Line 37... | Line 37... | ||
| 37 | #include <arch/types.h> |
37 | #include <arch/types.h> |
| 38 | 38 | ||
| 39 | #include <arch/pm.h> |
39 | #include <arch/pm.h> |
| 40 | 40 | ||
| 41 | #include <arch/drivers/ega.h> |
41 | #include <arch/drivers/ega.h> |
| - | 42 | #include <genarch/drivers/ega/ega.h> |
|
| 42 | #include <arch/drivers/vesa.h> |
43 | #include <arch/drivers/vesa.h> |
| 43 | #include <genarch/kbd/i8042.h> |
44 | #include <genarch/kbd/i8042.h> |
| 44 | #include <arch/drivers/i8254.h> |
45 | #include <arch/drivers/i8254.h> |
| 45 | #include <arch/drivers/i8259.h> |
46 | #include <arch/drivers/i8259.h> |
| 46 | 47 | ||
| Line 91... | Line 92... | ||
| 91 | #ifdef CONFIG_FB |
92 | #ifdef CONFIG_FB |
| 92 | if (vesa_present()) |
93 | if (vesa_present()) |
| 93 | vesa_init(); |
94 | vesa_init(); |
| 94 | else |
95 | else |
| 95 | #endif |
96 | #endif |
| 96 | ega_init(); /* video */ |
97 | ega_init(EGA_BASE, EGA_VIDEORAM); /* video */ |
| 97 | 98 | ||
| 98 | /* Enable debugger */ |
99 | /* Enable debugger */ |
| 99 | debugger_init(); |
100 | debugger_init(); |
| 100 | /* Merge all memory zones to 1 big zone */ |
101 | /* Merge all memory zones to 1 big zone */ |
| 101 | zone_merge_all(); |
102 | zone_merge_all(); |