Changeset ec944b1 in mainline for kernel/arch/ia32/src/ia32.c
- Timestamp:
- 2009-03-08T13:37:07Z (16 years ago)
- Branches:
- lfn, master, serial, ticket/834-toolchain-update, topic/msim-upgrade, topic/simplify-dev-export
- Children:
- 31fb9a0
- Parents:
- 4d29d01
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
kernel/arch/ia32/src/ia32.c
r4d29d01 rec944b1 112 112 /* hard clock */ 113 113 i8254_init(); 114 114 115 115 #ifdef CONFIG_FB 116 116 if (vesa_present()) … … 118 118 else 119 119 #endif 120 ega_init(EGA_BASE, EGA_VIDEORAM); /* video */ 120 #ifdef CONFIG_EGA 121 ega_init(EGA_BASE, EGA_VIDEORAM); /* video */ 122 #else 123 {} 124 #endif 121 125 122 126 /* Enable debugger */
Note:
See TracChangeset
for help on using the changeset viewer.