1
0
mirror of https://git.FreeBSD.org/src.git synced 2024-12-19 10:53:58 +00:00
freebsd/sbin/newfs_msdos
Tom Rhodes 93c26a8293 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
2007-05-31 20:06:46 +00:00
..
Makefile
newfs_msdos.8
newfs_msdos.c The newfs_msdos utility does not store the boot signature in the 2007-05-31 20:06:46 +00:00