“模板:Main2/Design Considerations”的版本间差异
跳到导航
跳到搜索
小 |
|||
第9行: | 第9行: | ||
* [[Monotasking Systems|单任务系统]] | * [[Monotasking Systems|单任务系统]] | ||
* [[Multitasking Systems|多任务系统]] | * [[Multitasking Systems|多任务系统]] | ||
* [[Real-Time Systems|实时系统 | * [[Real-Time Systems|实时系统]] | ||
<div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Task Models|more...]]</small></div> | <div style="text-align: right; margin: 0; padding: 0;"><small>[[:Category:Task Models|more...]]</small></div> | ||
2022年3月14日 (一) 06:03的版本
内核模型
任务模型
内存和资源管理
- 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
系统调用
调度
Process Sychronization
- Synchronization Primitives - Semaphores, mutexes, spinlocks et al.
- Signals
IPC进程间通信