basiliskiivm
basiliskiivm copied to clipboard
Manage and run multiple BasiliskII VMs.
Bash is apparently coming to Windows 10 (or has already arrived?), so that would be a reasonable way to add Windows support. I expect some changes would be required, but...
Currently, if one were to move a `.BasiliskIIVM` VM directory, it would make the paths to the ROM, disk image(s), shared folder, etc. in the `.basilisk_ii_prefs` file become invalid. My...
There's currently a way to get info about a `.BasiliskIIVM` VM (showing disk file path, memory, ROM, etc.), but there should also be a way to test or verify a...
The `package` command is stubbed out and needs to be implemented. It should take one parameter, the name of the resulting `.BasiliskIIVM` file. It should parse the default `~/.basilisk_ii_prefs` for...
You should be able to restore a snapshot. Naturally, this should prompt you to confirm as well as warn to create a new snapshot before doing so as the current...
It could be helpful to clone VMs (prompting to preserve snapshots, if they exist) to more easily start at known-good configurations or do testing (beyond the snapshot functionality).
It could be handy to support "templates" (VMs with settings & disk images, but cannot be modified or run; esp. good for creating known-good installations & configurations to start from)....
Since you can create snapshots, you should be able to delete them (with confirmation, of course).