skip to main |
skip to sidebar
Kernel I/O Subsystem
- Definition : kernel is the fundamental part of an operating system.
- It is a piece of software responsible for providing secure access to the machine's hardware to various computer programs.
- Accessing the hardware directly could also be very complex, so kernels usually implement a set of hardware abstractions.
- Kernel Function
- Memory management.
contoh memori management : Address space allocation, Memory protection.contoh proces management : Process creation, deletion, Scheduling. contoh resource manegement : Device drivers/handlers.
- Service yang disediakan oleh kernel I/O subsystem adalah I/O scheduling, buffering, caching, spooling and reservasi device, error handling.
Copyright © 2011 by fey_leo83