]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
The newfs_msdos utility does not store the boot signature in the
authorTom Rhodes <trhodes@FreeBSD.org>
Thu, 31 May 2007 20:06:46 +0000 (20:06 +0000)
committerTom Rhodes <trhodes@FreeBSD.org>
Thu, 31 May 2007 20:06:46 +0000 (20:06 +0000)
commit93c26a8293e6ce4ecc006290c9eed616022033de
tree501d9837cd3cf9e7140275f64d03b68eaf4b10cf
parent1ecf009e5ce5c450ea0f35abd0ce550c8b2775e7
The newfs_msdos utility does not store the boot signature in the
correct place on large sector disks.  The boot signature should be at
offset 0x1fe in the BPB; newfs_msdos currently stores it 2 bytes from
the end of the sector.

Taken from: NetBSD
sbin/newfs_msdos/newfs_msdos.c