freebsd-dev/sys/boot/i386
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
..
boot0
boot2 Fix interactive booting: 2003-01-13 21:28:24 +00:00
btx
cdboot
gptboot Fix interactive booting: 2003-01-13 21:28:24 +00:00
kgzldr
libi386 Correctly recognize both bogus and genuine BSD disklabels. 2002-11-03 21:47:55 +00:00
loader Renamed the loader's zipfs to gzipfs. zipfs.c was repo-copied to gzipfs.c. 2002-12-19 19:34:59 +00:00
mbr
pxeldr Uniformly refer to a file system as "file system". 2002-12-12 17:26:04 +00:00
Makefile RIP liloldr. 2002-12-31 02:29:03 +00:00
Makefile.inc