First page Back Continue Last page Overview Graphics
Categories of General Device Drivers
Char
- A driver that access a device by a stream of bytes.
Network
- A driver that is able to exchange data with other hosts.
Block Drivers
- A driver that access a device as a file system in the /dev directory.
- Normally blocks are set of 512 bytes.