From: Paul Menzel Date: Fri, 20 Jan 2017 15:52:44 +0000 (+0100) Subject: vgasrc: Increase debug level X-Git-Tag: rel-1.10.2~6 X-Git-Url: http://xenbits.xensource.com/gitweb?a=commitdiff_plain;h=b0e3c6761423925d51a4247cf341da7613a9dc54;p=seabios.git vgasrc: Increase debug level You only want this information for debugging. As it also slows down the boot considerably, as, for example, for every character of the GRUB menu, something is sent over the serial console. Therefore, increase the debugging level to 9. Signed-off-by: Paul Menzel (cherry picked from commit 970af16e6e5a6cb8de6b6658663b8adc00d25b8b) --- diff --git a/vgasrc/vgabios.h b/vgasrc/vgabios.h index 3d5bbfe..e2edec0 100644 --- a/vgasrc/vgabios.h +++ b/vgasrc/vgabios.h @@ -73,7 +73,7 @@ static inline int vga_emulate_text(void) { // Debug settings #define DEBUG_VGA_POST 1 -#define DEBUG_VGA_10 3 +#define DEBUG_VGA_10 9 // vgabios.c int vga_bpp(struct vgamode_s *vmode_g);