minor makefile fixes for printing
cut last line of readme so that readme fits on single page
This commit is contained in:
parent
2e898063ae
commit
5692823b1f
2 changed files with 3 additions and 5 deletions
4
Makefile
4
Makefile
|
@ -117,10 +117,10 @@ PRINT = \
|
||||||
runoff.list \
|
runoff.list \
|
||||||
README\
|
README\
|
||||||
types.h param.h defs.h x86.h asm.h elf.h mmu.h spinlock.h\
|
types.h param.h defs.h x86.h asm.h elf.h mmu.h spinlock.h\
|
||||||
bootasm.S bootother.S main.c _init.c spinlock.c\
|
bootasm.S bootother.S main.c init.c spinlock.c\
|
||||||
proc.h proc.c setjmp.S kalloc.c\
|
proc.h proc.c setjmp.S kalloc.c\
|
||||||
syscall.h trapasm.S traps.h trap.c vectors.pl syscall.c sysproc.c\
|
syscall.h trapasm.S traps.h trap.c vectors.pl syscall.c sysproc.c\
|
||||||
buf.h dev.h fcntl.h stat.h file.h fs.h fsvar.h fd.c fs.c bio.c ide.c sysfile.c\
|
buf.h dev.h fcntl.h stat.h file.h fs.h fsvar.h file.c fs.c bio.c ide.c sysfile.c\
|
||||||
pipe.c\
|
pipe.c\
|
||||||
mp.h ioapic.h mp.c lapic.c ioapic.c picirq.c\
|
mp.h ioapic.h mp.c lapic.c ioapic.c picirq.c\
|
||||||
console.c\
|
console.c\
|
||||||
|
|
2
README
2
README
|
@ -47,5 +47,3 @@ standard output.
|
||||||
To create a typeset version of the code, run "make xv6.pdf".
|
To create a typeset version of the code, run "make xv6.pdf".
|
||||||
This requires the "mpage" text formatting utility.
|
This requires the "mpage" text formatting utility.
|
||||||
See http://www.mesa.nl/pub/mpage/.
|
See http://www.mesa.nl/pub/mpage/.
|
||||||
|
|
||||||
Have fun!
|
|
||||||
|
|
Loading…
Reference in a new issue