From c49e514fcf0d30c44093c50577317fee51b3487e Mon Sep 17 00:00:00 2001 From: Elliot Nunn Date: Fri, 21 Oct 2016 01:14:16 +0800 Subject: [PATCH] better instructions --- README.md | 14 ++++++++++---- 1 file changed, 10 insertions(+), 4 deletions(-) diff --git a/README.md b/README.md index f104b05..13dda05 100644 --- a/README.md +++ b/README.md @@ -1,19 +1,25 @@ -Want to build the Mac OS ROM? +Want to build the Mac OS ROM? Start with a working Docker. ``` 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: +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`. \ No newline at end of file