Changes between Version 88 and Version 89 of WikiStart
- Timestamp:
- Nov 12, 2017, 7:39:20 PM (7 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
WikiStart
v88 v89 17 17 3) SYS routine, installing FreeLDR bootblock (no minifsd yet). 18 18 19 4) Some new features, like 64 KB clusters support and support for files up to 4 GB, support for VFAT on FAT12/FAT16 (for that, you should specify /fat key for fat32.ifs). 19 4) Some new features, like 20 - 64 KB clusters support 21 - support for files up to 4 GB 22 - support for VFAT on FAT12/FAT16 (for that, you should specify /fat key for fat32.ifs). 20 23 - exFAT support ("/exfat" switch is required).) 21 24 - Support for [http://www.fdos.org/kernel/fatplus.txt FAT+] (a /plus switch is required). 22 25 - Supported different media, like floppies (physical and virtual), CD's, flash sticks and hard disks with FAT12/FAT16/FAT32/exFAT filesystems. For all these media types, FORMAT/CHKDSK/SYS should work. 23 - Support for mounting FAT [/12/16/32/ex] filesystem images on a FAT[/12/16/32/ex]disk subdirectory. Raw/bochs/cloop/dmg/vpc/vmdk/parallels/vvfat/qcow formats are supported. (qemu code was used for support of VM images). For partitioned images, a partition number could be specified. Support for CHKDSK/FORMAT/SYSINSTX on a mounted image (this feature is alpha-quality, yet).26 - Support for mounting FAT12/16/32/ex filesystem images on a FAT12/16/32/ex disk subdirectory. Raw/bochs/cloop/dmg/vpc/vmdk/parallels/vvfat/qcow formats are supported. (qemu code was used for support of VM images). For partitioned images, a partition number could be specified. Support for CHKDSK/FORMAT/SYSINSTX on a mounted image (this feature is alpha-quality, yet). 24 27 25 28 == Download ==