CS162 Lecture 5: Device Drivers, Sockets, and IPC (Finished), Concurrency (Processes and Threads)
CS162 Lecture 4: Fork, Introduction to I/O
获取实验仓库
1 | git clone git@github.com:Berkeley-CS162/student0.git |
目录挂载
1 | docker run -it --rm --name pintos --mount type=bind,source=/home/huayi/student0,target=/home/PKUOS/pintos pkuflyingpig/pintos bash |
可以让主机和docker镜像共用目录
老生常谈的几个工具了
CS162 Lecture 1: Intro to CS162: What is an operating system?
1 | git fetch |