docs: Add instructions on how to mount the disk image

This commit is contained in:
Felix Rieseberg 2019-02-03 16:45:58 -08:00 committed by GitHub
parent f1b657a53b
commit 5d1928beb2
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

13
HELP.md
View file

@ -14,11 +14,18 @@ button to start your virtual machine again.
## I want to install additional apps or games
If you are running Windows 10, macOS, or Linux, you can probably "mount" the
If you are running macOS, or Linux, you can probably "mount" the
virtual hard drive used by `windows95` to add files. Hit the "Show Disk Image"
button in the lower right of the app, which will take you to the disk image.
On both Windows 10 and macOS, double-click the disk image to open it.
On macOS, double-click the disk image to open it.
On Windows 10, Windows will _think_ that it can open up the image, but will
actually fail to do so. Use a tool [like OSFMount][osfmount] to mount your
disk image.
On Linux, search the Internet for instructions on how to mount an `img` disk
image on your distribution.
image on your distribution. It's likely that you'll be able to run `mount`
with the image as input.
[osfmount]: https://www.osforensics.com/tools/mount-disk-images.html