From c003148bb390f928acdc76ad77d787aa0e476013 Mon Sep 17 00:00:00 2001 From: Kevin O'Connor Date: Fri, 1 Jan 2010 13:03:17 -0500 Subject: Implement native 32bit APM support. Add APM code to 32bit segmented code. Use 32bit APM code instead of jumping into 16bit mode. --- src/config.h | 1 + 1 file changed, 1 insertion(+) (limited to 'src/config.h') 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 -- cgit v1.1