a few core -> CPU

get rid of PDF generating support
This commit is contained in:
Robert Morris 2019-07-23 11:14:10 -04:00
parent b8a31c494c
commit 55bc96d419
10 changed files with 7 additions and 560 deletions

View file

@ -143,16 +143,6 @@ clean:
$U/usys.S \
$(UPROGS)
# make a printout
FILES = $(shell grep -v '^\#' runoff.list)
PRINT = runoff.list runoff.spec README toc.hdr toc.ftr $(FILES)
xv6.pdf: $(PRINT)
./runoff
ls -l xv6.pdf
print: xv6.pdf
# try to generate a unique GDB port
GDBPORT = $(shell expr `id -u` % 5000 + 25000)
# QEMU's gdb stub command line changed in 0.11
@ -185,7 +175,7 @@ EXTRA=\
mkfs.c ulib.c user.h cat.c echo.c forktest.c grep.c kill.c\
ln.c ls.c mkdir.c rm.c stressfs.c usertests.c wc.c zombie.c\
printf.c umalloc.c\
README dot-bochsrc *.pl toc.* runoff runoff1 runoff.list\
README dot-bochsrc *.pl \
.gdbinit.tmpl gdbutil\
dist: