x
This commit is contained in:
parent
761ea5471f
commit
1b8ccf9482
2 changed files with 3 additions and 3 deletions
2
LICENSE
2
LICENSE
|
@ -1,6 +1,6 @@
|
||||||
The xv6 software is:
|
The xv6 software is:
|
||||||
|
|
||||||
Copyright (c) 2006-2009 Frans Kaashoek, Robert Morris, Russ Cox,
|
Copyright (c) 2006-2016 Frans Kaashoek, Robert Morris, Russ Cox,
|
||||||
Massachusetts Institute of Technology
|
Massachusetts Institute of Technology
|
||||||
|
|
||||||
Permission is hereby granted, free of charge, to any person obtaining
|
Permission is hereby granted, free of charge, to any person obtaining
|
||||||
|
|
4
README
4
README
|
@ -36,8 +36,8 @@ If you spot errors or have suggestions for improvement, please send email to
|
||||||
Frans Kaashoek and Robert Morris (kaashoek,rtm@csail.mit.edu). If you have
|
Frans Kaashoek and Robert Morris (kaashoek,rtm@csail.mit.edu). If you have
|
||||||
suggestions for improvements, please keep in mind that the main purpose of xv6
|
suggestions for improvements, please keep in mind that the main purpose of xv6
|
||||||
is as a teaching operating systems for MIT's 6.828. For example, we are in
|
is as a teaching operating systems for MIT's 6.828. For example, we are in
|
||||||
particular interested in reducing code, instead of suggestions for new systems
|
particular interested in simplifications and clarifications, instead of
|
||||||
calls, more portability, etc.
|
suggestions for new systems calls, more portability, etc.
|
||||||
|
|
||||||
BUILDING AND RUNNING XV6
|
BUILDING AND RUNNING XV6
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue