Updated Usage (markdown)

Eric Helgeson 2022-09-19 13:25:57 +00:00
parent bfa1875939
commit 5facbf63de

@ -2,16 +2,26 @@ Hard Disk image files are placed in the root directory of a `ExFat` or `FAT32` f
Note: BlueSCSI images are compatible with the [RaSCSI](https://rascsi.com) and Basilisk II emulator.
The naming convention is as follows (file name max 32 characters). Note you may mount multiple images at a time to different SCSI ID's.
The naming convention is as follows (file name max 64 characters). Note you may use multiple images at a time with different SCSI ID's.
`HDxy_512.hda`
`HDxy_512.hda`, `CDxy_2048.iso`
```
HD - Hard Disk
HD - Hard Disk, CD - Optical
x - SCSI ID to attach to. 0-7 (though 7 on a Macintosh is the System)
y - LUN ID - Always set to 0.
512 - Sector size. Set to 512 if unsure. 256, 512, & 1024 supported.
y - LUN ID - Optional but always 0.
512 - Sector size. Optional - only set if you need to change. Defaults to 512 if unsure. 256, 512, 1024, & 2048 supported.
```
### Examples
`HD10_512.hda` - Hard Disk at SCSI ID 1, LUN 0, sector size of 512.
`HD6 - System 7 Quada 700.hda` - CD at ID 6, LUN 0, and 512 sector size.
`HD50_512 System 6.0.8L LC.hda` - Hard Disk at SCSI ID 5, LUN 0, sector size of 512. Text between block size and .hda is ignored.
`CD3 Myst.iso` - CD at ID 3.
### Video Tutorials
If you'd like a video walk through of these steps here are a few:
@ -20,13 +30,6 @@ If you'd like a video walk through of these steps here are a few:
* [Tutorial - SD Card Prep BlueSCSI (GeekyBit)](https://youtu.be/WuXM1oGt8cE)
* [Tutorial - Blank Image BlueSCSI (GeekyBit)](https://youtu.be/2O-2HR9pJlI)
### Examples
`HD10_512.hda` - Hard Disk at SCSI ID 1, LUN 0, sector size of 512.
`HD50_512 System 6.0.8L LC.hda` - Hard Disk at SCSI ID 5, LUN 0, sector size of 512. Text between block size and .hda is ignored.
#### Bad
`HD99_712 foo bar fizz buzz bang.hda` Over 32 chars and invalid SCSI/LUN/Block size