Xv6, a simple Unix-like teaching operating system

栏目: IT技术 · 发布时间: 6年前

内容简介:. 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:

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 .

Xv6, a simple Unix-like teaching operating system // 6.828 home // Last updated Thursday, 05-Mar-2020 11:18:38 EST


以上所述就是小编给大家介绍的《Xv6, a simple Unix-like teaching operating system》,希望对大家有所帮助,如果大家有任何疑问请给我留言,小编会及时回复大家的。在此也非常感谢大家对 码农网 的支持!

查看所有标签

猜你喜欢:

本站部分资源来源于网络,本站转载出于传递更多信息之目的,版权归原作者或者来源机构所有,如转载稿涉及版权问题,请联系我们

.NET框架程序设计

.NET框架程序设计

(美)Jeffrey Richter、(美)Francesco Balena / 李建忠 / 华中科技大学出版社 / 2004-1 / 54.00元

Microsoft.NET框架为简化开发与卫联网无缝连接的应用程序和组件提供了强大的技术支持,如ASP.NET Web窗体、XML Web服务以及Windows窗体。本书的目的在于展示.NET框架中公共语言运行库存的核心内容。全书由两位广受尊敬的开发者/作者完成,并假设读者理解面向对象程序设计的基本概念,如数据抽象、继承和多态。书中内容清楚地解释了CLR的扩展类型系统,CLR如何管理类型的行为,以......一起来看看 《.NET框架程序设计》 这本书的介绍吧!

JS 压缩/解压工具
JS 压缩/解压工具

在线压缩/解压 JS 代码

URL 编码/解码
URL 编码/解码

URL 编码/解码

Markdown 在线编辑器
Markdown 在线编辑器

Markdown 在线编辑器