halfix icon indicating copy to clipboard operation
halfix copied to clipboard

how do you run the os in the app version

Open gitrubus opened this issue 2 years ago • 4 comments

how do you get os running in the app version

gitrubus avatar Nov 19 '23 16:11 gitrubus

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.

[ata0-master]
# file, type, etc......
writeback=1

nepx avatar Nov 19 '23 17:11 nepx

Takk

gitrubus avatar Nov 19 '23 17:11 gitrubus

also why is it crashing

gitrubus avatar Nov 19 '23 18:11 gitrubus

the os is crashing when i run it though

gitrubus avatar Nov 19 '23 20:11 gitrubus