Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 7 Apr 1996 07:28:12 -0700 (PDT)
From:      Bruce Evans <bde>
To:        CVS-committers, cvs-all, cvs-sys
Subject:   cvs commit:  src/sys/i386/boot/biosboot Makefile README.386BSD README.serial boot.c sys.c table.c
Message-ID:  <199604071428.HAA14024@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
bde         96/04/07 07:28:10

  Modified:    sys/i386/boot/biosboot  Makefile README.386BSD README.serial
                        boot.c sys.c table.c
  Log:
  Allow specifying the BIOS drive number.  Removed the hd drive type.
  hd essentially wired the FreeBSD drive number to 0 without changing
  the BIOS drive number.  Now the numbers can be specified independently.
  
  Replaced the BOOT_HD compile time flag with with BOOT_HD_BIAS.  Defining
  the new flag as 1 should give the same behaviour as defining the old
  flag as anything.  I haven't tested defining these flags.
  
  Revision  Changes    Path
  1.39      +7 -5      src/sys/i386/boot/biosboot/Makefile
  1.4       +14 -15    src/sys/i386/boot/biosboot/README.386BSD
  1.4       +4 -4      src/sys/i386/boot/biosboot/README.serial
  1.48      +26 -16    src/sys/i386/boot/biosboot/boot.c
  1.11      +32 -11    src/sys/i386/boot/biosboot/sys.c
  1.10      +2 -2      src/sys/i386/boot/biosboot/table.c



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199604071428.HAA14024>