From 7b814133e42568b2eca3362731cc0968f6e034b0 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Tue, 31 Aug 2010 16:13:20 -0400 Subject: Acknowledge patches --- README | 3 +++ 1 file changed, 3 insertions(+) (limited to 'README') diff --git a/README b/README index 286d336..c46ec2a 100644 --- a/README +++ b/README @@ -20,6 +20,9 @@ The following people made contributions: Cliff Frey (MP) Xiao Yu (MP) +In addition, we are grateful for the patches submitted by Greg Price, +Yandong Mao, and Hitoshi Mitake. + The code in the files that constitute xv6 is Copyright 2006-2007 Frans Kaashoek, Robert Morris, and Russ Cox. -- cgit v1.2.3 From dd645ef11911596d73d128c1da53579678c56aee Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Tue, 31 Aug 2010 21:49:49 -0400 Subject: Cleanup if allocuvm fails to alloc. Add a test. --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index c46ec2a..3ea05a7 100644 --- a/README +++ b/README @@ -20,8 +20,8 @@ The following people made contributions: Cliff Frey (MP) Xiao Yu (MP) -In addition, we are grateful for the patches submitted by Greg Price, -Yandong Mao, and Hitoshi Mitake. +In addition, we are grateful for the patches contributed by Greg +Price, Yandong Mao, and Hitoshi Mitake. The code in the files that constitute xv6 is Copyright 2006-2007 Frans Kaashoek, Robert Morris, and Russ Cox. -- cgit v1.2.3 From 4d245c79f989aff781a50c855d254b813639ee90 Mon Sep 17 00:00:00 2001 From: Austin Clements Date: Thu, 2 Sep 2010 03:25:33 -0400 Subject: Add Nickolai and myself and scrunch two lines out of the text elsewhere --- README | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'README') diff --git a/README b/README index 3ea05a7..22f5c4e 100644 --- a/README +++ b/README @@ -19,6 +19,8 @@ The following people made contributions: Russ Cox (context switching, locking) Cliff Frey (MP) Xiao Yu (MP) + Nickolai Zeldovich + Austin Clements In addition, we are grateful for the patches contributed by Greg 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. 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 QEMU, run "make qemu". Both log the xv6 screen output to -standard output. +To run in QEMU, run "make qemu". -To create a typeset version of the code, run "make xv6.pdf". -This requires the "mpage" text formatting utility. -See http://www.mesa.nl/pub/mpage/. +To create a typeset version of the code, run "make xv6.pdf". This +requires the "mpage" utility. See http://www.mesa.nl/pub/mpage/. -- cgit v1.2.3