Next: The Unix I/O Interface
Up: Where does the I/O
Previous: As independent processes
Figure 2: Monolithic structure
- Kernel and user are different parts of the same process
- Interface between the various I/O components is not well segregated (clean)
- This is in many ways more efficient, because procedure calls do not involve
a context switch for communication between the I/O components
Omer F Rana
Fri Feb 14 18:33:29 GMT 1997