Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/saulpw/frotzos
a barebones bootable platform to run the frotz z-code interpreter inside a VM
https://github.com/saulpw/frotzos
Last synced: 28 days ago
JSON representation
a barebones bootable platform to run the frotz z-code interpreter inside a VM
- Host: GitHub
- URL: https://github.com/saulpw/frotzos
- Owner: saulpw
- License: zlib
- Created: 2013-05-11T21:27:14.000Z (over 11 years ago)
- Default Branch: master
- Last Pushed: 2016-10-17T07:50:24.000Z (about 8 years ago)
- Last Synced: 2024-08-03T18:14:49.678Z (3 months ago)
- Language: C
- Size: 452 KB
- Stars: 13
- Watchers: 5
- Forks: 3
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
- AwesomeInterpreter - frotzos
README
# Barebones Frotz platform
a return to the golden era of bootable games
This builds a .izo image that can be booted in a VM to run a .z5 program.
## Features
* standalone image--only an x86 hypervisor required to play
* instantly boots directly into game
* minimal extraneous code
* no closed-source software except for game itself
* original z-code file easily identifiable and extractable via .zip## To use the resulting .izo
1. (optional) truncate --size=1MB savedisk.img
2. qemu-system-i386 -cdrom LostPig.izo [-hda savedisk.img]