Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 7 Mar 2009 22:05:58 +0000 (UTC)
From:      Marcel Moolenaar <marcel@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/boot/i386/boot2 Makefile boot1.S
Message-ID:  <200903072206.n27M65v1002603@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
marcel      2009-03-07 22:05:58 UTC

  FreeBSD src repository

  Modified files:
    sys/boot/i386/boot2  Makefile boot1.S 
  Log:
  SVN rev 189500 on 2009-03-07 22:05:58Z by marcel
  
  Revert the part of change 107879 that employs the unused bytes after
  the disklabel in the 2nd sector for boot code. Even with both UFS1
  and UFS2 supported, there's enough bytes left that we don't have to
  nibble from the disklabel.
  Thus, the entire 2nd sector is now reserved for the disklabel, which
  makes the bootcode compatible again with disklabels that have more
  than 8 partitions -- such as those created and supported by gpart.
  
  i386: 135 bytes available
  amd64: 151 bytes available
  
  Ok'd by: jhb
  
  Revision  Changes    Path
  1.61      +1 -1      src/sys/boot/i386/boot2/Makefile
  1.32      +4 -4      src/sys/boot/i386/boot2/boot1.S



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