Changeset ec944b1 in mainline for kernel/arch/amd64/src/amd64.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/amd64/src/amd64.c
r4d29d01 rec944b1 151 151 /* hard clock */ 152 152 i8254_init(); 153 153 154 154 #ifdef CONFIG_FB 155 155 if (vesa_present()) … … 157 157 else 158 158 #endif 159 ega_init(EGA_BASE, EGA_VIDEORAM); /* video */ 159 #ifdef CONFIG_EGA 160 ega_init(EGA_BASE, EGA_VIDEORAM); /* video */ 161 #else 162 {} 163 #endif 160 164 161 165 /* Enable debugger */
Note:
See TracChangeset
for help on using the changeset viewer.