Student ID | GitHub Account | Name | |
---|---|---|---|
0856009 | JingWangTW | 王靖 | jingwang.cs08g@nctu.edu.tw |
- This is the repository for the labs in NCTU CS OSDI Spring 2020 class.
- We are going to design some important part in the OS implementation.
- The hardware we use is Raspberry Pi 3 Model B+.
- Lab instruction is in here.
- You can download different labs in branch and release.
- You can see what functions did I implement in each lab in release pages.
- Here are some references in each lab and some disscussions in this class.
- Lab 0: Environment Setup
- Lab 1: Hello World
- Lab 2: Bootloader
- Lab 3: Exception and Interrupt
- Lab 4: Multitasking
- Lab 5: Virtual Memory
- Lab 6: Allocator
- Lab 7: Virtual File System
- Lab 8: File Systerm and Meets Hardware