Short: Mount a KCS PowerPC board hard drive Author: svanderburg@gmail.com (Sander van der Burg) Uploader: svanderburg gmail com (Sander van der Burg) Type: disk/misc Version: 0.0.2 Architecture: m68k-amigaos This package contains a device driver and set of utilities making it possible to get access to a KCS PowerPC board-emulated hard-drive partition from AmigaOS, making it possible to conveniently exchange files from and to an emulated PC instance. More specifically, this package contains the following artifacts: - A proxy device driver (kcshdproxy.device) that relays I/O requests to a SCSI device driver. The proxy driver reverses each pair of bytes in the data payload for the appropriate requests so that an AmigaDOS FAT filesystem driver can use it - A utility that searches for the offset of a master boot record (MBR) (searchmbr) - A utility that shows the offsets and sizes of the emulated PC hard drive partition (querypcparts) The proxy device driver has been tested with CrossDOS and the fat95 AmigaDOS drivers. Installation instructions can be found in the README.md file included in the LhA archive. Although the proxy device driver should work with any scsi.device compatible device driver, I have only tested it with FS-UAE's uaehf.device and the MacroSystem Evolution expansion board: evolution.device. Use this package at your own risk! This package is free and open source software (MIT licensed). The source code can be obtained from GitHub: https://github.com/svanderburg/kcshdproxy