Updated Home (markdown)

Eric Helgeson 2021-01-18 21:44:37 -06:00
parent 87f0a29cd0
commit f17b8f50e3
1 changed files with 2 additions and 2 deletions

@ -20,7 +20,7 @@ Hard Disk image files are placed in the root directory of a `FAT32` formatted SD
The naming convention is as follows:
`HDxy_512.HDS`
`HDxy_512.hda`
```
HD - Hard Disk
x - SCSI ID to attach to. 0-7 (though 7 on a Macintosh is the System)
@ -30,7 +30,7 @@ y - LUN id usually 0.
Example:
`HD10_512.HDS` - Hard Disk at SCSI ID 1, LUN 0, sector size of 512.
`HD10_512.hda` - Hard Disk at SCSI ID 1, LUN 0, sector size of 512.
Note you may mount multiple drives at a time.