| Submitter | Gerd Hoffmann |
|---|---|
| Date | Dec. 18, 2009, 11:01 a.m. |
| Message ID | <1261134074-11795-9-git-send-email-kraxel@redhat.com> |
| Download | mbox | patch |
| Permalink | /patch/41383/ |
| State | New |
| Headers | show |
Comments
Patch
diff --git a/hw/pc.c b/hw/pc.c index be70f50..18d958d 100644 --- a/hw/pc.c +++ b/hw/pc.c @@ -46,7 +46,7 @@ #include "elf.h" /* output Bochs bios info messages */ -//#define DEBUG_BIOS +#define DEBUG_BIOS /* Show multiboot debug output */ //#define DEBUG_MULTIBOOT
Signed-off-by: Gerd Hoffmann <kraxel@redhat.com> --- hw/pc.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)