https://github.com/word2vect/bupt-operating-system-lab
Self solution for BUPT Operating System Lab (2024 Fall)
https://github.com/word2vect/bupt-operating-system-lab
cpp operating-system
Last synced: about 2 months ago
JSON representation
Self solution for BUPT Operating System Lab (2024 Fall)
- Host: GitHub
- URL: https://github.com/word2vect/bupt-operating-system-lab
- Owner: Word2VecT
- License: apache-2.0
- Created: 2024-12-23T09:03:52.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-24T13:31:22.000Z (over 1 year ago)
- Last Synced: 2025-02-21T05:15:40.359Z (about 1 year ago)
- Topics: cpp, operating-system
- Language: TeX
- Homepage:
- Size: 2.84 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# BUPT-Operating-System-Lab
课程组实验,以个人为单位
## 进程管理实验
请使用同步机制,编写应用程序,模拟多任务下的读者优先和写者优先,能够同时稳定运行多个任务 20 分钟以上。提交实验报告,并在报告中提出自己的见解,思路和方法。
## 逻辑地址和物理地址转换实验
请编写应用程序创建两个进程,使用 `peterson` 算法完成两个进程的临界区解决方案,在程序中给出 `turn` 的逻辑地址和物理地址,并验证物理地址正确。提交实验报告,并在报告中提出自己的见解,思路和方法。