From 9c819302b24d9ebeaecd83c1e07123ef345482f1 Mon Sep 17 00:00:00 2001 From: "warren.toomey" Date: Mon, 5 May 2008 08:42:50 +0000 Subject: [PATCH] Updated doco to describe v1mak. --- src/c/Readme | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/c/Readme b/src/c/Readme index 9679dc3..5ba16ab 100644 --- a/src/c/Readme +++ b/src/c/Readme @@ -22,5 +22,6 @@ the original c0 and c1, and then use the shell script mak again to rebuild c0 and c1 using themselves. Similarly, you can replace $APOUT_ROOT/bin/cc with the cc created here. -Once we get the C compiler executing in the V1 environment, a new mak -script will be written to allow you to rebuild the C compiler on top of V1. +The C compiler can now mostly rebuild itself on the V1 kernel, except the c1 +pass which doesn't work yet. The v1mak shell script can be run on V1 to +rebuild everything from source.