“模板:Main2/Design Considerations”的版本间差异
跳到导航
跳到搜索
小 |
|||
第32行: | 第32行: | ||
* [[Scheduling Algorithms|调度算法]] | * [[Scheduling Algorithms|调度算法]] | ||
* [[Multiprocessor Scheduling|多处理器调度]] | * [[Multiprocessor Scheduling|多处理器调度]] | ||
* [[Blocking Process|进程阻塞]] - | * [[Blocking Process|进程阻塞]] - 进程休眠和等待 | ||
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Processes_and_Threads|more...]]</small></div> | <div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Processes_and_Threads|more...]]</small></div> | ||
''' | '''进程同步''' | ||
* [[Synchronization Primitives]] - | * [[Synchronization Primitives|同步原语]] - 信号量,互斥,自旋锁及其它 | ||
* [[Signals]] | * [[Signals|信号]] | ||
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Synchronization|more...]]</small></div> | <div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Synchronization|more...]]</small></div> | ||
2022年3月14日 (一) 06:07的版本
内核模型
任务模型
内存和资源管理
- Memory management - Overview and Introduction
- Segmentation
- Paging
- Memory Allocation
- Page Frame Allocation
- Memory Management Unit, or in-depth description of recursive mappings
- File Management
- File Systems
系统调用
调度
进程同步
IPC进程间通信