prune unneeded panics and debug output
This commit is contained in:
parent
d7ce6545e7
commit
dfcc5b997c
15 changed files with 85 additions and 173 deletions
2
Makefile
2
Makefile
|
@ -70,7 +70,7 @@ PRINT = \
|
|||
string.c\
|
||||
|
||||
print: $(PRINT)
|
||||
// ~/src/lgrind/source/lgrind -d ~/src/lgrind/lgrindef $(PRINT) > xv6.tex
|
||||
//~/src/lgrind/source/lgrind -d ~/src/lgrind/lgrindef $(PRINT) > xv6.tex
|
||||
lgrind $(PRINT) > xv6.tex
|
||||
latex xv6.tex
|
||||
dvips -o xv61.ps xv6.dvi
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue