This website requires JavaScript.
Explore
Help
Register
Sign In
GNUBoot
/
coreboot-kgpe-d16
Watch
2
Star
0
Fork
You've already forked coreboot-kgpe-d16
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
c047b107ec
coreboot-kgpe-d16
/
util
/
vgabios
/
include
/
console
/
console.h
5 lines
91 B
C
Raw
Normal View
History
Unescape
Escape
Use coreboot-internal version of x86emu for the vgabios utility. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Joseph Smith <joe@settoplinux.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5276 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-03-23 16:53:38 +01:00
#
ifndef _CONSOLE_CONSOLE_H
#
define _CONSOLE_CONSOLE_H
enable more warnings for vgabios utility, and enable some debugging Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Stefan Reinauer <stepan@coresystems.de> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5451 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-04-16 13:45:16 +02:00
#
define CONFIG_X86EMU_DEBUG 1
Use coreboot-internal version of x86emu for the vgabios utility. Signed-off-by: Stefan Reinauer <stepan@coresystems.de> Acked-by: Joseph Smith <joe@settoplinux.org> git-svn-id: svn://svn.coreboot.org/coreboot/trunk@5276 2b7e53f0-3cfb-0310-b3e9-8179ed1497e1
2010-03-23 16:53:38 +01:00
#
endif