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
You need to set up a default.conf file with the appropriate ATA settings. Then make sure default.conf is in the same folder as the executable when you run it.
Here's an example ATA configuration:
[ata0-master]# Will the disk image be inserted into the drive (readable)inserted=1
# Can be "cd," "hd," or "none."type=hd
file=/home/username/MyOS.img
Note that by default, all writes will be cached in memory and will not be written back to your image. To ensure that they are, set the writeback flag to 1, i.e.
how do you get os running in the app version
The text was updated successfully, but these errors were encountered: