Bring boot2 and the loader into line with our new dual-console support.
authorMatthew Dillon <dillon@dragonflybsd.org>
Sat, 26 Jun 2004 22:37:11 +0000 (22:37 +0000)
committerMatthew Dillon <dillon@dragonflybsd.org>
Sat, 26 Jun 2004 22:37:11 +0000 (22:37 +0000)
commitbadbfe61560c77a733e94c97f5b4ba33f8437e03
tree2854b8ddf8d0e49f11ecb03d2c9959e57a5ee61f
parent253b492de0666b1a69f908bc9e37e86b7d183205
Bring boot2 and the loader into line with our new dual-console support.
We now support dual-consoles by default with options to force either
video (-V) or serial port (-h).  Both boot2 and the loader now properly
parse the options/howto-flags.

Note that the kernel does not yet support dual consoles, but the loader
does tell the kernel which console to use based on which console was used
during the load stage (or the video console if no input was received from
any console during the load stage).
sys/boot/i386/boot2/boot2.c
sys/boot/i386/libi386/comconsole.c
sys/boot/i386/loader/main.c
sys/boot/pc32/boot2/boot2.c
sys/boot/pc32/libi386/comconsole.c
sys/boot/pc32/loader/main.c