diff options
author | Li-Ta Lo <ollie@lanl.gov> | 2005-08-10 22:51:55 +0000 |
---|---|---|
committer | Li-Ta Lo <ollie@lanl.gov> | 2005-08-10 22:51:55 +0000 |
commit | 3d291aa6a2e5ae309a805c602a3768b6d86d8a2d (patch) | |
tree | a98dc5b223caa081119a8c2c3a04d791fb0dde25 /src | |
parent | bd7a304bc758df1653e0645f447d1901500442d0 (diff) |
more removal for obsolete VGABIOS support
git-svn-id: svn://svn.coreboot.org/coreboot/trunk@2008 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
Diffstat (limited to 'src')
-rw-r--r-- | src/arch/i386/lib/c_start.S | 13 | ||||
-rw-r--r-- | src/pc80/Config.lb | 1 |
2 files changed, 0 insertions, 14 deletions
diff --git a/src/arch/i386/lib/c_start.S b/src/arch/i386/lib/c_start.S index 3de556f441..ce13d150d7 100644 --- a/src/arch/i386/lib/c_start.S +++ b/src/arch/i386/lib/c_start.S @@ -273,19 +273,6 @@ gdt: .word 0x0000, 0x0000 /* dummy */ .byte 0x00, 0x00, 0x00, 0x00 -#if defined(CONFIG_LEGACY_VGABIOS) && (CONFIG_LEGACY_VGABIOS == 1) - /* from monty: - * 0x00009a00,0000ffffULL, 20h: 16-bit 64k code at 0x00000000 - * 0x00009200,0000ffffULL 28h: 16-bit 64k data at 0x00000000 */ - - /* selgdt 0x28, 16-bit 64k code at 0x00000000 */ - .word 0xffff, 0x0000 - .byte 0x00, 0x9a, 0x00, 0x00 - - /* selgdt 0x30, 16-bit 64k data at 0x00000000 */ - .word 0xffff, 0x0000 - .byte 0, 0x92, 0, 0 -#endif /* defined(CONFIG_VGABIOS) && (CONFIG_VGABIOS == 1) */ gdt_end: idtarg: diff --git a/src/pc80/Config.lb b/src/pc80/Config.lb index d8e2a05216..1750a83bde 100644 --- a/src/pc80/Config.lb +++ b/src/pc80/Config.lb @@ -1,5 +1,4 @@ uses CONFIG_IDE -uses CONFIG_LEGACY_VGABIOS uses CONFIG_CONSOLE_VGA object mc146818rtc.o |