Add Nickolai and myself and scrunch two lines out of the text elsewhere
This commit is contained in:
parent
d3ecf3eb44
commit
4d245c79f9
1 changed files with 5 additions and 5 deletions
10
README
10
README
|
@ -19,6 +19,8 @@ The following people made contributions:
|
||||||
Russ Cox (context switching, locking)
|
Russ Cox (context switching, locking)
|
||||||
Cliff Frey (MP)
|
Cliff Frey (MP)
|
||||||
Xiao Yu (MP)
|
Xiao Yu (MP)
|
||||||
|
Nickolai Zeldovich
|
||||||
|
Austin Clements
|
||||||
|
|
||||||
In addition, we are grateful for the patches contributed by Greg
|
In addition, we are grateful for the patches contributed by Greg
|
||||||
Price, Yandong Mao, and Hitoshi Mitake.
|
Price, Yandong Mao, and Hitoshi Mitake.
|
||||||
|
@ -42,9 +44,7 @@ Then run "make TOOLPREFIX=i386-jos-elf-".
|
||||||
To run xv6, you can use Bochs or QEMU, both PC simulators.
|
To run xv6, you can use Bochs or QEMU, both PC simulators.
|
||||||
Bochs makes debugging easier, but QEMU is much faster.
|
Bochs makes debugging easier, but QEMU is much faster.
|
||||||
To run in Bochs, run "make bochs" and then type "c" at the bochs prompt.
|
To run in Bochs, run "make bochs" and then type "c" at the bochs prompt.
|
||||||
To run in QEMU, run "make qemu". Both log the xv6 screen output to
|
To run in QEMU, run "make qemu".
|
||||||
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
|
||||||
This requires the "mpage" text formatting utility.
|
requires the "mpage" utility. See http://www.mesa.nl/pub/mpage/.
|
||||||
See http://www.mesa.nl/pub/mpage/.
|
|
||||||
|
|
Loading…
Reference in a new issue