목차
1. Microkernel
- What is Kernel?
- Monolithic Kernel
- Microkernel
2. L4 Basic
- OS Terminology
- History
- L4 Microkernel Family
- Embedded L4 Microkernel
3. More L4
- Architecture
- Address Space
- Thread
- Scheduler
- Inter Process Communication
- System Call
- Interrupt
4. Iguana
- What is Iguana?
- Design
- Architecture
- Concepts
5. Summary
- What is Kernel?
- Monolithic Kernel
- Microkernel
2. L4 Basic
- OS Terminology
- History
- L4 Microkernel Family
- Embedded L4 Microkernel
3. More L4
- Architecture
- Address Space
- Thread
- Scheduler
- Inter Process Communication
- System Call
- Interrupt
4. Iguana
- What is Iguana?
- Design
- Architecture
- Concepts
5. Summary
본문내용
PPT의 대부분이 도표, 그림으로 알기쉽게 구성되어 있습니다.
다음은 도표의 일부분만을 발췌하여 텍스트로 옮겨놓은 것입니다.
* Threads provide a unit of execution (execution context)
- Scheduled by the kernel
- Belong to a single address space
- Has a unique thread ID for the IPC mechanism
* Threads are managed by user-level servers
- Creation, destruction, association with address space
- Only the root server has rights to do these operations
* Some of the threads attributes are :
- Scheduling parameters (priority, time slice)
- Unique ID
- Address space
- Page fault, exception, scheduler handlers
다음은 도표의 일부분만을 발췌하여 텍스트로 옮겨놓은 것입니다.
* Threads provide a unit of execution (execution context)
- Scheduled by the kernel
- Belong to a single address space
- Has a unique thread ID for the IPC mechanism
* Threads are managed by user-level servers
- Creation, destruction, association with address space
- Only the root server has rights to do these operations
* Some of the threads attributes are :
- Scheduling parameters (priority, time slice)
- Unique ID
- Address space
- Page fault, exception, scheduler handlers
추천자료
컴퓨터의 운영체제에 대해서
교육과정의 운영체제
운영체제의 개념과 그 이해
운영체제 프로세스간의 통신
운영체제란?
우리나라 유아교육기관의 운영체제
운영체제 리눅스의 정의와 특징
[운영체제] [운영체제] 핀토스(pintos)프로젝트 설치 및 소스코드 분석 보고서
SCSI(스카시)와 BUS, SCSI(스카시)의 개념, SCSI(스카시)의 등장 배경, SCSI(스카시)의 장점,...
운영체제 hw os
지방정부의 BSC(Balanced Score Card) 운영체제 및 BSC의 실무적 체계와 운영상의 이슈
[컴퓨터의 이해 공통] 1. 스마트 폰에 대하여 현재를 기준으로 아래의 사항을 A4 용지 2페이...
[운영체제] 세마포어(semapore) 구현 - 다음 리눅스Linux C 프로그램을 읽고 아래 물음에 답...
소개글