Improve control of debug messages.
authorKevin O'Connor <kevin@koconnor.net>
Sun, 25 May 2008 03:46:33 +0000 (23:46 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sun, 25 May 2008 03:46:33 +0000 (23:46 -0400)
commitac8df8c1dbdc789454b3739898d16eebc3e7dbff
tree456a9220fbcd7d2a0d49e880e498f5e0846afe25
parent0f803e460e907c4b8ad5c121ea977d30f87b98dc
Improve control of debug messages.

Rename BX_INFO() to dprintf() and add a "severity level" parameter.
Add CONFIG_DEBUG_LEVEL compile option to control debug verbosity.
Add more debug info to init steps of post.c.
12 files changed:
src/apm.c
src/ata.c
src/boot.c
src/cdrom.c
src/config.h
src/disk.c
src/floppy.c
src/kbd.c
src/output.c
src/post.c
src/rombios32.c
src/util.h