Skip to content
项目
群组
代码片段
帮助
当前项目
正在载入...
登录 / 注册
切换导航面板
X
xv6-public
项目
项目
详情
活动
周期分析
仓库
仓库
文件
提交
分支
标签
贡献者
分支图
比较
统计图
问题
0
问题
0
列表
看板
标记
里程碑
合并请求
0
合并请求
0
CI / CD
CI / CD
流水线
作业
日程
统计图
Wiki
Wiki
代码片段
代码片段
成员
成员
折叠边栏
关闭边栏
活动
图像
聊天
创建新问题
作业
提交
问题看板
Open sidebar
银宸时代
OS Lab Group
奖励实验
xv6-public
提交
64a03bd7
提交
64a03bd7
9月 07, 2011
创建
作者:
Austin Clements
浏览文件
操作
浏览文件
下载
电子邮件补丁
差异文件
Make web page refer to git releases
上级
b81aadf0
隐藏空白字符变更
内嵌
并排
正在显示
1 个修改的文件
包含
13 行增加
和
6 行删除
+13
-6
index.html
web/index.html
+13
-6
没有找到文件。
web/index.html
浏览文件 @
64a03bd7
...
...
@@ -77,14 +77,21 @@ of the rougher parts of V6, like the scheduler and file system.
<h2>
Xv6 sources and text
</h2>
The latest xv6 is
<a
href=
"xv6-rev5.tar.gz"
>
xv6-rev5.tar.gz
</a>
. We distribute
the sources in electronic form but also as a printed booklet with line numbers
The latest xv6 source is available via
<pre>
git clone git://pdos.csail.mit.edu/xv6/xv6.git
</pre>
We also distribute the sources as a printed booklet with line numbers
that keep everyone together during lectures. The booklet is available as
<a
href=
"xv6-rev5.pdf"
>
xv6-rev5.pdf
</a>
. The xv6 source code is licensed under
href=
"xv6-rev6.pdf"
>
xv6-rev6.pdf
</a>
. To get the version
corresponding to this booklet, run
<pre>
git checkout -b xv6-rev6 xv6-rev6
</pre>
<p>
The xv6 source code is licensed under
the traditional
<a
href=
"http://www.opensource.org/licenses/mit-license.php"
>
MIT
license
</a>
; see the LICENSE file in the source distribution. To help students
read through xv6 and learn about the main ideas in operating systems we also
distribute a
<a
href=
"book-rev6.pdf"
>
textbook/commentary
</a>
for the latest xv6.
The line numbers in this book refer to the above source booklet.
<p>
xv6 compiles using the GNU C compiler,
...
...
@@ -93,9 +100,9 @@ On BSD and Linux systems, you can use the native compilers;
On OS X, which doesn't use ELF binaries,
you must use a cross-compiler.
Xv6 does boot on real hardware, but typically
we run it using the
Bochs
emulator.
Both the GCC cross compiler and
Bochs
can be found on the
<a
href=
"../201
0
/tools.html"
>
6.828 tools page
</a>
.
we run it using the
QEMU
emulator.
Both the GCC cross compiler and
QEMU
can be found on the
<a
href=
"../201
1
/tools.html"
>
6.828 tools page
</a>
.
<h2>
Xv6 lecture material
</h2>
...
...
编写
预览
您添加了
0
人
到此讨论。请谨慎行事。
请先完成此评论的编辑!
取消
请
注册
或者
登录
后发表评论