Checkpoint some progress compiling xv6.pdf

This commit is contained in:
Frans Kaashoek 2019-07-01 13:02:24 -04:00
parent 2c0338fe42
commit c34bd3d167
2 changed files with 47 additions and 56 deletions

5
runoff
View file

@ -12,7 +12,10 @@ pad()
# create formatted (numbered) files
mkdir -p fmt
rm -f fmt/*
mkdir -p fmt/kernel
mkdir -p fmt/user
rm -f fmt/kernel/*
rm -f fmt/user/*
cp README fmt
echo > fmt/blank
files=`grep -v '^#' runoff.list | awk '{print $1}'`