운영체제 구조

운영체제 = 커널 + 사용자 인터페이스

Untitled

커널

사용자 인터페이스

시스템 호출

드라이버

시스템 프로그램(시스템 서비스, 시스템 유틸리티)

System services, also known as system utilities, provide a convenient environment for program development and execution. Some of them are simply user interfaces to system calls. Others are considerably more complex.

Booting