内容简介:. 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》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!
猜你喜欢:本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们。
Android编程权威指南(第3版)
比尔·菲利普斯 (Bill Phillips)、克里斯·斯图尔特 (Chris Stewart)、克莉丝汀·马西卡诺 (Kristin Marsicano) / 王明发 / 人民邮电出版社 / 2017-6 / 129.00元
Big Nerd Ranch 是美国一家专业的移动开发技术培训机构。本书主要以其Android 训练营教学课程为基础,融合了几位作者多年的心得体会,是一本完全面向实战的Android 编程权威指南。全书共36 章,详细介绍了8 个Android 应用的开发过程。通过这些精心设计的应用,读者可掌握很多重要的理论知识和开发技巧,获得宝贵的开发经验。 第3 版较之前版本增加了对数据绑定等新工具的介......一起来看看 《Android编程权威指南(第3版)》 这本书的介绍吧!