“模板:Main2/Design Considerations”的版本间差异
跳到导航
跳到搜索
第1行: | 第1行: | ||
'''内核模型''' | '''内核模型''' | ||
* [[Monolithic | * [[Monolithic Kernel|单内核]] | ||
* [[Microkernel|微内核]] | * [[Microkernel|微内核]] | ||
* [[Exokernel|外内核]] 和相关模型 | * [[Exokernel|外内核]] 和相关模型 |
2022年3月14日 (一) 05:53的版本
内核模型
任务模型
内存和资源管理
- 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进程间通信