instructions

This commit is contained in:
Elliot Nunn 2016-10-21 01:09:42 +08:00
parent 38ec1aa590
commit a0488ecbf2
1 changed files with 19 additions and 1 deletions

View File

@ -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.
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
```