# HG changeset patch # User kaf24@firebug.cl.cam.ac.uk # Date 1130837827 -3600 # Node ID 952945d2b68eb3bf5e34b3c92605ce344e333855 # Parent b818029835dedb7fac8a5299fffe203aee861092 Disable guest firmware apm since no apm is supported now to remove the apm handle idle request error when guest os boot Signed-off-by: Winston Wang diff -r b818029835de -r 952945d2b68e tools/firmware/rombios/rombios.c --- a/tools/firmware/rombios/rombios.c Tue Nov 01 10:36:19 2005 +0100 +++ b/tools/firmware/rombios/rombios.c Tue Nov 01 10:37:07 2005 +0100 @@ -149,7 +149,7 @@ #define BX_SUPPORT_FLOPPY 1 #define BX_FLOPPY_ON_CNT 37 /* 2 seconds */ #define BX_PCIBIOS 1 -#define BX_APM 1 +#define BX_APM 0 #define BX_USE_ATADRV 1 #define BX_ELTORITO_BOOT 1