운영체제 (CSE4070)
2023년 1학기
Project | Contents |
---|---|
Project #0 | Pintos Setup |
Project #1 | User Program (1) |
Project #2 | User Program (2) |
Project #3 | Threads |
Project #4 | Virtual Memory |
- Pintos Setup
- Run alarm-multiple
21 / 21 All tests passed
- Argument Passing
- User Memory Access
- System Calls
- Additional System Calls
- fibonacci
- max_of_four_int
55 / 55 All tests passed
- File Descriptor
- System Calls
- Synchronization in Filesystem
13 / 13 All tests passed
9 / 9 Additonal tests passed
- Alarm Clock
- Priority Scheduling
- Advanced Scheduler
15 / 16 Tests passed
- Page Table & Page Fault Handler
- Disk Swap
- Stack Growth
Do not copy this code for your project. It is only for reference.