svn commit: r237685 - user/ae/bootcode/sys/boot/i386/pmbr

Andrey V. Elsukov ae at FreeBSD.org
Thu Jun 28 05:48:58 UTC 2012


Author: ae
Date: Thu Jun 28 05:48:58 2012
New Revision: 237685
URL: http://svn.freebsd.org/changeset/base/237685

Log:
  Revert r237294.
  
  Requested by:	jhb

Modified:
  user/ae/bootcode/sys/boot/i386/pmbr/pmbr.s

Modified: user/ae/bootcode/sys/boot/i386/pmbr/pmbr.s
==============================================================================
--- user/ae/bootcode/sys/boot/i386/pmbr/pmbr.s	Thu Jun 28 05:42:04 2012	(r237684)
+++ user/ae/bootcode/sys/boot/i386/pmbr/pmbr.s	Thu Jun 28 05:48:58 2012	(r237685)
@@ -255,16 +255,6 @@ boot_uuid:	.long 0x83bd6b9d
 		.org DISKSIG,0x90
 sig:		.long 0				# OS Disk Signature
 		.word 0				# "Unknown" in PMBR
-						# Partition table
-partbl: 	.byte 0x80			# bootable flag
-		.byte 0x00			# CHS address 
-		.byte 0x02			#  of first 
-		.byte 0x00			#   sector
-		.byte 0xee			# Partition type PMBR
-		.byte 0xff			# CHS address
-		.byte 0xff			#  of last
-		.byte 0xff			#   sector
-		.long 1				# LBA of first sector
-		.long 0xffffffff		# LBA of last sector
-		.fill 0x10,0x3,0x0		# Remaining partition records
+
+partbl: 	.fill 0x10,0x4,0x0		# Partition table
 		.word MAGIC			# Magic number


More information about the svn-src-user mailing list