Operating System Concepts

 


 

System Calls

the system-call interface intercepts function calls in the API  and invokes the necessary system call within the operating system.

 


Interprocess communication
two common model:

message-passing:smaller amounts of data, no conficts to be avoided

shared-memory:need protection and synchronization


 

OS designseparation of mechanisms and policies is important for flexibility

Mechanisms: how to do

Policies:what to do

性能瓶颈很可能是内存管理和CPU管理

critical routines:memory manager and CPU scheduler


 

OS structure

layered approach

microkernels

modules


 

System Generation

configure system for specific computer site.

sysgen program will collect all needed informations.

posted @ 2015-04-10 11:28  JosephLiao  阅读(232)  评论(0编辑  收藏  举报