diff --git a/README.md b/README.md new file mode 100644 index 0000000..d47f910 --- /dev/null +++ b/README.md @@ -0,0 +1,10 @@ +[This source code](https://github.com/elliotnunn/CubeE) has been +floating around [since +2006](http://web.archive.org/web/20070205150052/http://crave.cnet.co.uk/digitalmusic/0,39030901,49260346-20036509o,00.htm). + +This repository contains everything you need to produce a System 7 disk +image that will boot, build the source into a ROM image, and shut down. + + $ cd BuildCubeE + $ pip3 install -r requirements.txt + $ ./Build --help diff --git a/requirements.txt b/requirements.txt new file mode 100644 index 0000000..77af2aa --- /dev/null +++ b/requirements.txt @@ -0,0 +1 @@ +machfs