Update README.md

This commit is contained in:
chyyuu 2015-03-02 20:56:27 +08:00
parent 6b98b35328
commit 0a7d3faa0b

View File

@ -23,6 +23,7 @@ Attribution/Share-Alike (CC-BY-SA) License.
-[实验指导书 on gitbook](http://objectkuan.gitbooks.io/ucore-docs/) -[实验指导书 on gitbook](http://objectkuan.gitbooks.io/ucore-docs/)
## 实验题目 ## 实验题目
1. lab0 : 完成实验环境的搭建熟悉基本的Linux命令和工具 1. lab0 : 完成实验环境的搭建熟悉基本的Linux命令和工具
1. lab1 :启动操作系统 1. lab1 :启动操作系统
1. lab2 :物理内存管理 1. lab2 :物理内存管理
@ -79,6 +80,7 @@ ucore OS实验了。
### 手动在VirtualBox虚拟机中安装ubuntu 14.04 和实验环境相关软件 ### 手动在VirtualBox虚拟机中安装ubuntu 14.04 和实验环境相关软件
这里假定安装的要是ubuntu14.04 x86-64的系统 这里假定安装的要是ubuntu14.04 x86-64的系统
------------------------------------- -------------------------------------
1. 在VirtualBox上安装ubuntu 1. 在VirtualBox上安装ubuntu
下载ubuntu 14.04 img镜像并在VirtualBox中安装系统。 下载ubuntu 14.04 img镜像并在VirtualBox中安装系统。
@ -181,24 +183,24 @@ https://www.xuetangx.com/courses/TsinghuaX/30240243X/2015_T1/about
## 课程汇总信息 ## 课程汇总信息
-[课程汇总](https://github.com/chyyuu/mooc_os) - [课程汇总](https://github.com/chyyuu/mooc_os)
## 希望了解OS基本概念和原理的同学 ## 希望了解OS基本概念和原理的同学
. [OS课程资料]( http://pan.baidu.com/s/1bncWxyv) - [OS课程资料]( http://pan.baidu.com/s/1bncWxyv)
. [OS MOOC公开课(原理部分)](http://www.topu.com/mooc/4100) - [OS MOOC公开课(原理部分)](http://www.topu.com/mooc/4100)
## 希望了解OS设计与实现细节的同学 ## 希望了解OS设计与实现细节的同学
. [OS实验资料](http://hejq.me/ucore_docs/) - [OS实验资料](http://hejq.me/ucore_docs/)
. [OS实验代码](https://github.com/chyyuu/ucore_lab) - [OS实验代码](https://github.com/chyyuu/ucore_lab)
. [OS MOOC公开课(实验部分)](http://www.topu.com/mooc/4100) - [OS MOOC公开课(实验部分)](http://www.topu.com/mooc/4100)
## 希望自己动手实践OS的同学 ## 希望自己动手实践OS的同学
. ["操作系统简单实现与基本原理 — 基于ucore" (持续更新,变动较大) ](http://chyyuu.gitbooks.io/ucorebook/) - ["操作系统简单实现与基本原理 — 基于ucore" (持续更新,变动较大) ](http://chyyuu.gitbooks.io/ucorebook/)
. ["操作系统简单实现与基本原理 — 基于ucore" 配套代码](https://github.com/chyyuu/ucorebook_code) - ["操作系统简单实现与基本原理 — 基于ucore" 配套代码](https://github.com/chyyuu/ucorebook_code)
. [ucore plus 跨硬件平台的ucore OS](https://github.com/chyyuu/ucore_plus) - [ucore plus 跨硬件平台的ucore OS](https://github.com/chyyuu/ucore_plus)
# UCORERS (代码贡献者) # UCORERS (代码贡献者)