24 June 2007 update: Remove Windows bin files because they are not free software.

How to use this files.
Here are the interesting parts of the files.




FILE          OFFSET            SIZE

winnt.bin 	0		440		Windows 2000, XP and 2003 MBR.
winnt.bin	0x1B8		6		Windows Disk Signature/ Disk serial number (NOT USED!)
winnt.bin	0x1FE		2		Common magic boot code

win9x.bin	0		218		1st part of Windows 95B, 98, 98SE and ME
win9x.bin	0x0DA		6		Boot drive and time (NOT USED!)
win9x.bin	0x0E0		216		2nd part of win95
win9x.bin	0x1B8		6		Windows Disk Signature/ Disk serial number (NOT USED!)
win9x.bin	0x1FE		2		Common magic boot code


dos.bin		0		440		Ms-dos 3.3 and win95A boot record
dos.bin		0x1FE		2		Common magic boot code

syslinux.bin	0		300		Public domain MBR by H. Peter Anvin
syslinux.bin	0x1FE		2		Common magic boot code





zero.bin	0		446		Zeroes
zero.bin	0x1FE		2		Common magic boot code

fat12.bin	0		11		1st part of FAT12 boot code
fat12.bin	0x2b		11		Label	(NOT USED!)
fat12.bin	0x3e		450		2nd part of FAT12 boot code

fat16.bin	0		11		1st part of FAT16 boot code
fat16.bin	0x2b		11		Label	(NOT USED!)
fat16.bin	0x3e		450		2nd part of FAT16 boot code

fat32.bin	0		11		1st part of FAT32 boot code
fat32.bin	0x47		11		Label	(NOT USED!)
fat32.bin	0x52		918		2nd part of FAT32 boot code
fat32.bin	0x3f0		528		3rd part of FAT32 boot code

fat32nt.bin	0		11		1st part of FAT32NT boot code
fat32nt.bin	0x47		11		Label	(NOT USED!)
fat32nt.bin	0x52		918		2nd part of FAT32NT boot code
fat32nt.bin	0x3f0		528		3rd part of FAT32NT boot code
fat32nt.bin	6144		512		4th part of FAT32NT boot code

