MIT 6.828学习笔记
引言
1. 环境准备
3. 实模式(Real Mode)与 保护模式(Protected Mode)
3. 分段机制
4. 全局描述符表 GDT 和本地段描述符表 LDT
Lab 1: Booting a PC
1. Part 1: PC Bootstrap
2. Part 2: The Boot Loader
3. Part 3: The Kernel
4. Exercise1
5. Exercise2
6. Exercise3
7. Exercise4
8. Exercise5
9. Exercise6
10. Exercise7
11. Exercise8
12. Exercise9
13. Exercise10
14. Exercise11
15. Exercise12
Lab2
Lab3
Lab4
Lab5
Lab6
Lab7
MIT 6.828学习笔记
lab1
3.Booting a PC Part3.md
Part 3: The Kernel
学习目标:能够更加熟悉x86汇编语言,以及PC启动的整个过程,而且也会首次学习使用QEMU软件来仿真xv6操作系统,并且配合GDB对操作系统的运行进行调试。
作业:完成Exercise7-12。
参考链接
https://pdos.csail.mit.edu/6.828/2018/labs/lab1/
https://www.dingmos.com/index.php/archives/3/#cl-1
https://knowledgehive.github.io/6.828/lab1-Booting%20a%20PC.html#part-1-pc-bootstrap
Previous
Next
2022,
ironartisan
Revision
a3f149f
Built with
GitHub Pages
using a
theme
provided by
RunDocs
.
MIT 6.828学习笔记
master
GitHub
Homepage
Issues
Download
This
Software
is under the terms of
MIT License
.