ccb1900 / blog

blog
https://blog.itiswho.com
MIT License
1 stars 0 forks source link

操作系统实现-MIT-xv6 #58

Open ccb1900 opened 4 years ago

ccb1900 commented 4 years ago
ccb1900 commented 4 years ago

https://pdos.csail.mit.edu/6.828/2019/schedule.html

ccb1900 commented 4 years ago

目录

操作系统接口

操作系统组成

页表

陷阱(暂且直译traps)和设备驱动

ccb1900 commented 4 years ago

课程

介绍

动态内存分配

C和GDB

系统调用

虚拟内存

系统调用,中断,异常

多处理器和锁

进程

睡眠和唤醒

RISC-V

文件系统

冲突恢复

ccb1900 commented 4 years ago

实验

首先在user/文件夹添加文件,以命令名称命名。

Add the program to UPROGS in Makefile and compile user programs by typing make fs.img