Checkpoint some progress compiling xv6.pdf
This commit is contained in:
parent
2c0338fe42
commit
c34bd3d167
2 changed files with 47 additions and 56 deletions
5
runoff
5
runoff
|
@ -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}'`
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue