* Your assessment is very important for improving the work of artificial intelligence, which forms the content of this project
Download No Slide Title
Library (computing) wikipedia , lookup
Mobile operating system wikipedia , lookup
Copland (operating system) wikipedia , lookup
Berkeley Software Distribution wikipedia , lookup
Linux adoption wikipedia , lookup
Linux kernel wikipedia , lookup
Plan 9 from Bell Labs wikipedia , lookup
Distributed operating system wikipedia , lookup
Burroughs MCP wikipedia , lookup
Kernel (operating system) wikipedia , lookup
Spring (operating system) wikipedia , lookup
Process management (computing) wikipedia , lookup
Character Devices ï® A device driver which does not offer random access to fixed blocks of data. ï® A character device driver must register a set of functions which implement the driverâs various file I/O operations. ï® The kernel performs almost no preprocessing of a file read or write request to a character device, but simply passes on the request to the device. ï® The main exception to this rule is the special subset of character device drivers which implement terminal devices, for which the kernel maintains a standard interface. Operating System Concepts 20.48 Silberschatz, Galvin and Gagne ï2002