Introduce config option to select which IO port to send debug output on
authorJulian Pidancet <julian.pidancet@citrix.com>
Wed, 1 Feb 2012 16:03:24 +0000 (16:03 +0000)
committerKevin O'Connor <kevin@koconnor.net>
Thu, 2 Feb 2012 03:00:34 +0000 (22:00 -0500)
commit7123d9834d58287d43514d7799ed1a7b34eea243
treefd7b0b1ef1be589370ca6e7572ce1682873209c6
parent933bb76da7ad08758130a42bab7dc96fb6685b63
Introduce config option to select which IO port to send debug output on

Introduce CONFIG_DEBUG_IO_PORT config option which allow user
to choose on which port to send debug on at configure time.

Bochs users are likely to use 0x402 (default) for debugging purposes,
whereas Xen uses 0xe9, as IO port address.

Signed-off-by: Julian Pidancet <julian.pidancet@citrix.com>
src/Kconfig
src/output.c