Misc fixes and updates.
authorKevin O'Connor <kevin@koconnor.net>
Sat, 19 Jul 2008 18:12:32 +0000 (14:12 -0400)
committerKevin O'Connor <kevin@koconnor.net>
Sat, 19 Jul 2008 18:12:32 +0000 (14:12 -0400)
commit65e63420e588f72ac2849f09d43483f8097e24fe
tree8e3f4ccaa1ed2462899f8e1a5af0c68da061e477
parent7ab798f9071abb4566e164fc25fb22d179c8f767
Misc fixes and updates.

Minor code cleanups.
Fix parenthesis imbalance in keyboard led test.
The printf() call is only used in 32bit mode - make this explicit to
    the compiler - it improves the code generation.
Clear the screen after initializing the vga option rom.
TODO
src/bregs.h
src/cdrom.c
src/kbd.c
src/mouse.c
src/output.c
src/pcibios.c
src/pic.c
src/post.c