blob: 2a3f85a460c3f268f218cb75b3e99fc4c43fb16c (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
This program is used to create Microsoft compatible boot records.
It is able to do the same as Microsoft "fdisk /mbr" to a hard disk.
It is also able to do the same as Microsoft "sys d:" to a floppy or
FAT partition except that it does not copy any system files,
only the boot record is written.
It is useful when using Linux to restore a backup of a reference
Microsoft Windows installation.
(Excellent for creating bootable Windows 7 install USB).
2.4.0 Added support for syslinux GPT MBR.
Updated syslinux mbr to version 6.02.
2.4.1 Added support for FAT32 PE boot record.
|