freebsd-dev/sys/boot/i386/gptboot
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
..
gptboot.c Fix interactive booting: 2003-01-13 21:28:24 +00:00
Makefile -mno-align-long-strings can make things smaller, so lets use it in hopes 2002-12-21 02:03:31 +00:00