First page Back Continue Last page Overview Graphics
Device initialization (2)
Device initialization is heavily dependent on the device's characteristics
The same device file may be used by several processes at once
A counter is usually used by device drivers to keep track of the number of processes that are currently accessing the device file
When the counter becomes zero, the resources allocated to the I/O driver are released