Comments
Patch
===================================================================
@@ -1,8 +1,8 @@
---- a/src/config.h 2008-07-21 10:56:45.000000000 -0600
-+++ b/src/config.h 2008-07-21 10:59:39.000000000 -0600
-@@ -13,13 +13,13 @@
- #endif
-
+--- a/src/config.h 2009-08-24 21:28:38.000000000 +1000
++++ b/src/config.h 2009-08-24 21:36:08.000000000 +1000
+@@ -15,12 +15,12 @@
+ // Configure for use with KVM.
+ #define CONFIG_KVM 0
// Configure as a coreboot payload.
-#define CONFIG_COREBOOT 0
+#define CONFIG_COREBOOT 1
@@ -10,10 +10,9 @@
// Control how verbose debug output is.
-#define CONFIG_DEBUG_LEVEL 1
+#define CONFIG_DEBUG_LEVEL 6
-
// Send debugging information to serial port
-#define CONFIG_DEBUG_SERIAL 0
+#define CONFIG_DEBUG_SERIAL 1
+ // Screen writes are also sent to debug ports.
+ #define CONFIG_SCREEN_AND_DEBUG 1
- // Support for int13 floppy drive access
- #define CONFIG_FLOPPY_SUPPORT 1
hardcode.diff was out of date and failed to apply. Signed-off-by: Nathan Williams <nathan@traverse.com.au>