cvs commit: src/sys/boot/i386/boot2 boot2.c src/sys/boot/i386/libi386 comconsole.c src/sys/boot/i386/loader main.c
Matthew Dillon
dillon at crater.dragonflybsd.org
Sat Jun 26 15:37:47 PDT 2004
dillon 2004/06/26 15:37:11 PDT
DragonFly src repository
Modified files:
sys/boot/i386/boot2 boot2.c
sys/boot/i386/libi386 comconsole.c
sys/boot/i386/loader main.c
Log:
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).
Revision Changes Path
1.8 +36 -26 src/sys/boot/i386/boot2/boot2.c
1.5 +6 -2 src/sys/boot/i386/libi386/comconsole.c
1.6 +11 -7 src/sys/boot/i386/loader/main.c
http://www.dragonflybsd.org/cvsweb/src/sys/boot/i386/boot2/boot2.c.diff?r1=1.7&r2=1.8&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/boot/i386/libi386/comconsole.c.diff?r1=1.4&r2=1.5&f=u
http://www.dragonflybsd.org/cvsweb/src/sys/boot/i386/loader/main.c.diff?r1=1.5&r2=1.6&f=u
More information about the Commits
mailing list