NetBSD/usr.sbin/installboot
lukem 10e10fae7e Instead of requiring that the BPB is always the FAT32 one, check the
first three bytes to determine how much of the BPB to preserve.
Supported values:
	eb 3c 90        FAT16 BPB
	eb 58 90        FAT32 BPB
	(anything else)	don't preserve any BPB

This is because the BPB is generally only the FAT16 one except in the
bootxx_msdos case, where it's the larger FAT32 one.
2003-10-14 09:46:43 +00:00
..
arch Instead of requiring that the BPB is always the FAT32 one, check the 2003-10-14 09:46:43 +00:00
Makefile Now that <bsd.prog.mk> DTRT if HOSTPROG is defined (i.e, it is a no-op), 2003-05-18 07:57:31 +00:00
bbinfo.c Change the way -o options are parsed, now done in MI code with a check after 2003-04-15 14:22:13 +00:00
ffs.c spelo in comment 2003-10-06 02:39:04 +00:00
fstypes.c rcsid 2003-07-27 07:51:40 +00:00
installboot.8 Overhaul MBR handling (part 1): 2003-10-08 04:25:43 +00:00
installboot.c Format fixes. 2003-05-08 20:33:44 +00:00
installboot.h Explicitly pull in <sys/endian.h> #if !defined(HAVE_CONFIG_H). 2003-07-27 07:53:26 +00:00
machines.c Add amd64 to list of supported machines (does the same as i386). 2003-08-30 17:46:32 +00:00
sum.c