use the verbose=2 boot monitor setting to get extensive output for debugging

This commit is contained in:
Erik van der Kouwe
2010-02-13 22:11:16 +00:00
parent df60646f98
commit ff835e0e35
6 changed files with 79 additions and 17 deletions

View File

@@ -146,3 +146,9 @@
#define CHECK_IO_PORT 0x20 /* check if I/O request is allowed */
#define CHECK_IRQ 0x40 /* check if IRQ can be used */
#define CHECK_MEM 0x80 /* check if (VM) mem map request is allowed */
/* Values for the "verbose" boot monitor variable */
#define VERBOSEBOOT_QUIET 0
#define VERBOSEBOOT_BASIC 1
#define VERBOSEBOOT_MAX 2
#define VERBOSEBOOTVARNAME "verbose"