You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+3Lines changed: 3 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -88,6 +88,9 @@ The emulator can be launched in two ways:
88
88
89
89
here you can drag & drop the rom file, the HD SCSI images, the floppy images and configure ram size.
90
90
91
+
If you need to create empty disks you can use the command `makedisk.bat` or `makedisk.sh`:
92
+
`makedisk.sh test.dsk 10m` will create an empty HD 10M file that could be used as a SCSI hard disk (attach it to the emulator and then initialize it with Apple HD SC Setup)
0 commit comments