aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaul Menzel <pmenzel@molgen.mpg.de>2017-01-20 16:52:44 +0100
committerGerd Hoffmann <kraxel@redhat.com>2017-02-24 15:01:04 +0100
commitb0e3c6761423925d51a4247cf341da7613a9dc54 (patch)
tree4805e8e82f482e7da8430a1511c5487dddd5a53d
parentca3ab938bc3e795581b799e6d7c4e8a2b17c2b3c (diff)
downloadseabios-b0e3c6761423925d51a4247cf341da7613a9dc54.zip
seabios-b0e3c6761423925d51a4247cf341da7613a9dc54.tar.gz
seabios-b0e3c6761423925d51a4247cf341da7613a9dc54.tar.bz2
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 <pmenzel@molgen.mpg.de> (cherry picked from commit 970af16e6e5a6cb8de6b6658663b8adc00d25b8b)
-rw-r--r--vgasrc/vgabios.h2
1 files changed, 1 insertions, 1 deletions
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);