Skip to content

Commit

Permalink
Create 真题.md
Browse files Browse the repository at this point in the history
  • Loading branch information
Proletarier authored Mar 29, 2024
1 parent 5113400 commit 00405e9
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions 自考/操作系统/真题.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@


# I/O设备管理
1. I/O设备管理中,每个设备控制器都有若千个寄存器用来与处理器进行通信,包括控制寄存器、________(历年真题)? 数据寄存器 状态寄存器
2.

# 死锁
1. 请简述死锁预防与死锁避免这两种死锁解决方法的含义。
* 死锁预防是系统预先确定资源分配策略,这些策略至少能破坏死锁四个必要条件中的一个进程按规定申请资源,系统按预先规定的策略进行分配,从而防止死锁的发生。
* 死锁避免是当进程提出资源申请时,系统先测试资源分配后系统的安全状态,仅当能确保系统安全时才把资源分配给进程,使系统一直处于安全状态之中,从而避免死锁。(2分)

0 comments on commit 00405e9

Please sign in to comment.