Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

how do you run the os in the app version #37

Open
gitrubus opened this issue Nov 19, 2023 · 4 comments
Open

how do you run the os in the app version #37

gitrubus opened this issue Nov 19, 2023 · 4 comments

Comments

@gitrubus
Copy link

how do you get os running in the app version

@nepx
Copy link
Owner

nepx commented Nov 19, 2023

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

@gitrubus
Copy link
Author

Takk

@gitrubus
Copy link
Author

also why is it crashing

@gitrubus
Copy link
Author

the os is crashing when i run it though

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants