cdg5/README.md
2016-10-21 09:37:43 +08:00

904 B

Problem: One of my Docker Hub auto-builds isn't working (elliotnunn/toolboxtools). Should be fine in a few hours. In the meantime, to build it yourself:

git clone https://github.com/elliotnunn/toolboxtoolbox.git
cd toolboxtoolbox/docker/toolboxtools
docker build -t elliotnunn/toolboxtools .

Regular instructions follow.

Want to build the Mac OS ROM? Start with a working Docker.

make "Mac OS ROM.hqx"

Want to explore the Nanokernel? Builds will assemble a new kernel from the kernel-disasm.s file:

make kernel-redisassemble

And to revert to building with the stock nanokernel:

make kernel-revert-to-stock

With QEMU 2.7.0 or later installed:

make test

To see the kernel log: look for uncomment to debug in boot-script. To change its colour, look at the very end of your kernel-disasm.s.