[임베디드 시스템] User & Kernel Interface
이 단원은 매우 중요한 단원으로 system call, module, device driver에 대해 배워본다.
Kernel
Kernel
- Essential part of OS,
- Core that provides basic service for all other parts of operating system.
그림1 kernel function |
Interface between Kernel, user space
- System call
- Device Driver
- Proc File system
- Ram Disk
- Memory file system (volatile)
- /proc
- 커널에서 만든 data 정보 읽거나, 커널에 정보를 보낼 수 도 있다.
그림2 System call |
그림3 Device driver |
댓글
댓글 쓰기