From 737bd3a55d9380906f097f1d82d47fe2b23bf486 Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Mon, 10 Aug 2020 16:42:33 -0400 Subject: Ack bug finders. --- README | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) (limited to 'README') diff --git a/README b/README index 87a3833..38e6f5f 100644 --- a/README +++ b/README @@ -15,15 +15,17 @@ Clements. We are also grateful for the bug reports and patches contributed by Silas Boyd-Wickizer, Anton Burtsev, Dan Cross, Cody Cutler, Mike CAT, -Tej Chajed, eyalz800, Nelson Elhage, Saar Ettinger, Alice Ferrazzi, -Nathaniel Filardo, Peter Froehlich, Yakir Goaron,Shivam Handa, Bryan -Henry, Jim Huang, Alexander Kapshuk, Anders Kaseorg, kehao95, Wolfgang -Keller, Eddie Kohler, Austin Liew, Imbar Marinescu, Yandong Mao, Matan -Shabtay, Hitoshi Mitake, Carmi Merimovich, Mark Morrissey, mtasm, Joel -Nider, Greg Price, Ayan Shafqat, Eldar Sehayek, Yongming Shen, Cam -Tenny, tyfkda, Rafael Ubal, Warren Toomey, Stephen Tu, Pablo Ventura, -Xi Wang, Keiichi Watanabe, Nicolas Wolovick, wxdao, Grant Wu, Jindong -Zhang, Icenowy Zheng, and Zou Chang Wei. +Tej Chajed, Asami Doi, eyalz800, , Nelson Elhage, Saar Ettinger, Alice +Ferrazzi, Nathaniel Filardo, Peter Froehlich, Yakir Goaron,Shivam +Handa, Bryan Henry, jaichenhengjie, Jim Huang, Alexander Kapshuk, +Anders Kaseorg, kehao95, Wolfgang Keller, Jonathan Kimmitt, Eddie +Kohler, Austin Liew, Imbar Marinescu, Yandong Mao, Matan Shabtay, +Hitoshi Mitake, Carmi Merimovich, Mark Morrissey, mtasm, Joel Nider, +Greg Price, Ayan Shafqat, Eldar Sehayek, Yongming Shen, Fumiya +Shigemitsu, Takahiro, Cam Tenny, tyfkda, Rafael Ubal, Warren Toomey, +Stephen Tu, Pablo Ventura, Xi Wang, Keiichi Watanabe, Nicolas +Wolovick, wxdao, Grant Wu, Jindong Zhang, Icenowy Zheng, and Zou Chang +Wei. The code in the files that constitute xv6 is Copyright 2006-2019 Frans Kaashoek, Robert Morris, and Russ Cox. -- cgit v1.2.3 From 468946781fd551d69252f13a41ffc77c5e30fae9 Mon Sep 17 00:00:00 2001 From: Frans Kaashoek Date: Mon, 10 Aug 2020 19:41:57 -0400 Subject: copyright and 6.S081 --- README | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'README') diff --git a/README b/README index 38e6f5f..06035bb 100644 --- a/README +++ b/README @@ -28,13 +28,13 @@ Wolovick, wxdao, Grant Wu, Jindong Zhang, Icenowy Zheng, and Zou Chang Wei. The code in the files that constitute xv6 is -Copyright 2006-2019 Frans Kaashoek, Robert Morris, and Russ Cox. +Copyright 2006-2020 Frans Kaashoek, Robert Morris, and Russ Cox. ERROR REPORTS Please send errors and suggestions to Frans Kaashoek and Robert Morris (kaashoek,rtm@mit.edu). The main purpose of xv6 is as a teaching -operating system for MIT's 6.828, so we are more interested in +operating system for MIT's 6.S081, so we are more interested in simplifications and clarifications than new features. BUILDING AND RUNNING XV6 -- cgit v1.2.3