From: Eric K. <ek...@rz...> - 2002-05-28 09:51:54
|
services/fs/vfat/fsctl.c Fix to support removable media (512 bytes per sector only!). services/stoarge/disk/disk.c Build a fake partition table for removable media drives. services/storage/atapi/atapi.c Wait for BUSY to clear prior to selecting a drive. Disabled old code. These changes enable the use of removable media devices such as MO (230Mb disks tested) and Zip drives. To support larger disks, such as 640Mb or 1.3Gb MO disks, the vfat driver needs to support 1024 byte and 2048 byte sectors. Eric |