aboutsummaryrefslogtreecommitdiff
path: root/src/config.h
diff options
context:
space:
mode:
authorKevin O'Connor <kevin@koconnor.net>2010-01-01 13:03:17 -0500
committerKevin O'Connor <kevin@koconnor.net>2010-01-01 13:03:17 -0500
commitc003148bb390f928acdc76ad77d787aa0e476013 (patch)
tree1795eafa3f5c7e138370b843e8214eb5983136cb /src/config.h
parent5c99b6c984682ddb1d4543a7e27a1f4ca633e6a6 (diff)
downloadseabios-hppa-c003148bb390f928acdc76ad77d787aa0e476013.zip
seabios-hppa-c003148bb390f928acdc76ad77d787aa0e476013.tar.gz
seabios-hppa-c003148bb390f928acdc76ad77d787aa0e476013.tar.bz2
Implement native 32bit APM support.
Add APM code to 32bit segmented code. Use 32bit APM code instead of jumping into 16bit mode.
Diffstat (limited to 'src/config.h')
-rw-r--r--src/config.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config.h b/src/config.h
index 1450bf7..58c0ffc 100644
--- a/src/config.h
+++ b/src/config.h
@@ -193,6 +193,7 @@
#define DEBUG_HDL_pnp 1
#define DEBUG_HDL_pmm 1
#define DEBUG_HDL_pcibios32 9
+#define DEBUG_HDL_apm 9
#define DEBUG_unimplemented 2
#define DEBUG_invalid 3