An open API service indexing awesome lists of open source software.

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)

Awesome Lists containing this project

README

          

# BUPT-Operating-System-Lab

课程组实验,以个人为单位

## 进程管理实验

请使用同步机制,编写应用程序,模拟多任务下的读者优先和写者优先,能够同时稳定运行多个任务 20 分钟以上。提交实验报告,并在报告中提出自己的见解,思路和方法。

## 逻辑地址和物理地址转换实验

请编写应用程序创建两个进程,使用 `peterson` 算法完成两个进程的临界区解决方案,在程序中给出 `turn` 的逻辑地址和物理地址,并验证物理地址正确。提交实验报告,并在报告中提出自己的见解,思路和方法。