内容简介:. In 2019, we ported xv6 to RISC-V for a new undergraduate class 6.S081.The latest xv6 source and text are available viaand
Introduction
Xv6 is a teaching operating system developed in the summer of 2006 for MIT's operating systems course, 6.828: Operating System Engineering. In 2019, we ported xv6 to RISC-V for a new undergraduate class 6.S081.
Xv6 sources and text
The latest xv6 source and text are available via
git clone git://github.com/mit-pdos/xv6-riscv.git
and
git clone git://github.com/mit-pdos/xv6-riscv-book.git
Unix Version 6
xv6 is inspired by Unix V6 and by:
- Lions' Commentary on UNIX' 6th Edition , John Lions, Peer to Peer Communications; ISBN: 1-57398-013-7; 1st edition (June 14, 2000).
- An on-line version of the Lions commentary , and the source code .
- The v6 source code is also available online through The Unix Heritage Society .
The following are useful to read the original code:
- The PDP11/40 Processor Handbook , Digital Equipment Corporation, 1972.
- APDF (made from scanned images, and not text-searchable)
- Aweb-based version that is indexed by instruction name.
Feedback
If you are interested in using xv6 or have used xv6 in a course, we would love to hear from you. If there's anything that we can do to make xv6 easier to adopt, we'd like to hear about it. We'd also be interested to hear what worked well and what didn't.
Russ Cox (rsc@swtch.com)
Frans Kaashoek (kaashoek@mit.edu)
Robert Morris (rtm@mit.edu)
You can reach all of us at 6.828-staff@pdos.csail.mit.edu.
Questions or comments regarding 6.828? Send e-mail to the TAs at 6828-staff@lists.csail.mit.edu .
// 6.828 home // Last updated Thursday, 05-Mar-2020 11:18:38 EST
以上所述就是小编给大家介绍的《Xv6, a simple Unix-like teaching operating system》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
在你身边,为你设计
腾讯公司用户研究与体验设计部 / 电子工业出版社 / 2013-1 / 69.00元
设计属于所有人,也意在为所有人使用,这既是设计的价值,也是设计的责任。本书内容包括:设计理念、设计方法、用户研究、体验设计、设计流程和工具,以及团队成长与管理等方面的知识与经验分享。一起来看看 《在你身边,为你设计》 这本书的介绍吧!
在线进制转换器
各进制数互转换器
图片转BASE64编码
在线图片转Base64编码工具