altmbr: an alternative MBR which ignores the active flag
authorH. Peter Anvin <hpa@linux.intel.com>
Tue, 31 Mar 2009 01:17:05 +0000 (18:17 -0700)
committerH. Peter Anvin <hpa@linux.intel.com>
Tue, 31 Mar 2009 01:17:05 +0000 (18:17 -0700)
commit848c8f9a4133e4e0113120a2b311d2352af26228
tree9a7b32bb2fe51c98e0a16af42a5f07f05b6d20fa
parenta1e66d80179262be63c43bb33046bd41069b803d
altmbr: an alternative MBR which ignores the active flag

Impact: new feature

Create an alternative MBR which takes a partition number in byte 439
instead of looking at the active flag.  This is useful when
dual-booting legacy operating systems which assume that their
particular partition must be the active partition.

Signed-off-by: H. Peter Anvin <hpa@linux.intel.com>
mbr/Makefile
mbr/altmbr.S [new file with mode: 0644]
mbr/checksize.pl