cvs commit: src/sbin/newfs_msdos newfs_msdos.c
Tom Rhodes
trhodes at FreeBSD.org
Thu May 31 20:06:48 UTC 2007
trhodes 2007-05-31 20:06:47 UTC
FreeBSD src repository
Modified files:
sbin/newfs_msdos newfs_msdos.c
Log:
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
Revision Changes Path
1.22 +6 -6 src/sbin/newfs_msdos/newfs_msdos.c
More information about the cvs-src
mailing list