Skip to content

Commit

Permalink
tweaked readme
Browse files Browse the repository at this point in the history
  • Loading branch information
samdeane committed Apr 14, 2020
1 parent 5d446e7 commit 766430e
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
10 changes: 7 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ For now though, you have to make them manually, so it's worth talking a bit abou

### Structure

You can reveal the contents of it by right-clicking on it and choosing `Show Package Contents`.
You can reveal the contents of a `.maqemu` bundle by right-clicking on it and choosing `Show Package Contents`.

Inside it, you can expect to see one or more drive files, and a `settings.json` file containing configuration information:

Expand All @@ -30,11 +30,15 @@ System 9.2.2.maqemu/
settings.json
```

If you are creating a bundle yourself, you need to move your drive files into it. You can create symbolic links to drive files that are located elsewhere, but then the qemu bundle will not be standalone, which slightly defeats the object of the exercise.

### Settings

When you double-click on a Maqemu virtual machine bundle, it reads the `settings.json` to work out what settings to launch QEMU with.
When you double-click on a `.mqemu` bundle, it opens up as a window in Maqemu. Eventually this window will allow you to edit the settings; currently it just displays them.

When you click the `Run` button, Maqemu reads the `settings.json` file in the bundle work out what settings to launch QEMU with.

This contains enough information to build up all the command line options that you'd have to supply if you were launching `qemu-system-ppc` yourself.
This JSON file contains enough information to build up all the command line options that you'd have to supply if you were launching `qemu-system-ppc` yourself.

Currently the file looks something like this:

Expand Down
4 changes: 2 additions & 2 deletions Sources/Maqemu/Resources/BuildNumber.xcconfig
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
BUILD_NUMBER = 245
BUILD_COMMIT = fd30e2d4324d0a88d1f3cb57f23fdf0756268474
BUILD_NUMBER = 20
BUILD_COMMIT = 5e1ea1f3ae567294f33588f841fc8451c2246fd0

0 comments on commit 766430e

Please sign in to comment.