From a0488ecbf2f98a98d8f5ec0a80b62416fb616d6c Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Fri, 21 Oct 2016 01:09:42 +0800 Subject: [PATCH] instructions --- README.md | 20 +++++++++++++++++++- 1 file changed, 19 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 051f982..f104b05 100644 --- a/README.md +++ b/README.md @@ -1 +1,19 @@ -master is for building vanilla latest-and-greatest tbxis *only*. It will change over time as our disassembly gets more complicated. [Toolbox Toolbox](https://github.com/elliotnunn/toolboxtoolbox) has many of your build (and unbuild) tools. \ No newline at end of file +Want to build the Mac OS ROM? + +``` +make "Mac OS ROM.hqx" +``` + +Remember BinHex? Me neither. + +Want to explore the Nanokernel? After you do this, builds will assemble a new kernel from the .s file: + +``` +make kernel-disasm.s +``` + +Want to test it out? With QEMU 2.7.0 or later installed: + +``` +make test +```