MIT 6.S081: Operating System Engineering / Fall 2021 课程实验
$ sudo apt-get update && sudo apt-get upgrade
$ sudo apt-get install git build-essential gdb-multiarch qemu-system-misc gcc-riscv64-linux-gnu binutils-riscv64-linux-gnu
4 / 10
- Lab: Xv6 and Unix utilities (分支:
util
) - Lab: system calls (分支:
syscall
) - Lab: page tables (分支:
pgtbl
) - Lab: traps (分支:
traps
) - Lab: Copy-on-Write Fork for xv6
- Lab: Multithreading
- Lab: networking
- Lab: locks
- Lab: file system
- Lab: mmap