1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46
|
=======================
History For makebootfat
=======================
MAKEBOOTFAT VERSION 1.4 2005/03
===============================
* Fixed a memory leak.
MAKEBOOTFAT VERSION 1.3 2005/02
===============================
* Minor fixes at the documentation.
MAKEBOOTFAT VERSION 1.2 2005/02
===============================
* Added support for syslinux 3.xx with the new
-Y option. This removes the limitation of 1 GB
on FAT filesystems.
* The Linux version now suggests to switch to root if
searching for usb devices results in "Access Denied"
errors.
* Added a new -Z option to force ZIP-Disk compatibility.
* Added a minimal write cache to speedup the writing process.
MAKEBOOTFAT VERSION 1.1 2004/12
===============================
* The mbrfat sector now prints the type and geometry of
the drive.
* Minor fixes at the documentation.
* Fixed a minor problem in the Windows SetupDiGetProperty()
function.
* Removed the 4GB limit creating FAT32 partition in 32 bit
Linux systems.
MAKEBOOTFAT VERSION 1.0 2004/06
===============================
* First version.
|