freebsd-nq/sys/boot/i386/boot2
Warner Losh 8e6206d943 Fix interactive booting:
o Revision 1.38 introduced the -n flag.  It conflicted with the
  RB_BOOTINFO flag, so was in effect always on.  Change the -n flag to
  be bit 0x1c instead of 0x1f.  This also had the consequence that a mal-formed
  /boot.config would render the system unbootable because the user was
  unable to enter anything at all on the command line.
o Remove the initialization of opt to be RB_BOOTINFO since we filter that bit
  out and do not otherwise use it.

Reviewed by: jhb
MFC after: 3 days
2003-01-13 21:28:24 +00:00
..
boot1.s Employ the unused bytes after the disklabel in the second sector. This makes 2002-12-14 19:44:13 +00:00
boot1.S Employ the unused bytes after the disklabel in the second sector. This makes 2002-12-14 19:44:13 +00:00
boot2.c Fix interactive booting: 2003-01-13 21:28:24 +00:00
lib.h
Makefile -mno-align-long-strings can make things smaller, so lets use it in hopes 2002-12-21 02:03:31 +00:00
sio.s
sio.S