DragonFly BSD
DragonFly commits List (threaded) for 2004-06
[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]

cvs commit: src/sys/boot/i386/boot2 boot2.c src/sys/boot/i386/libi386 comconsole.c src/sys/boot/i386/loader main.c


From: Matthew Dillon <dillon@xxxxxxxxxxxxxxxxxxxxxxx>
Date: Sat, 26 Jun 2004 15:37:11 -0700 (PDT)

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



[Date Prev][Date Next]  [Thread Prev][Thread Next]  [Date Index][Thread Index]