Podcast
Questions and Answers
What type of device stores information in fixed-size blocks with each having its own address?
What type of device stores information in fixed-size blocks with each having its own address?
Which operating system can be configured to load drivers only when needed?
Which operating system can be configured to load drivers only when needed?
What are the two approaches to addressing device registers and data buffers?
What are the two approaches to addressing device registers and data buffers?
Which directory does the computer look in to load 32-bit drivers into memory when it starts up?
Which directory does the computer look in to load 32-bit drivers into memory when it starts up?
Signup and view all the answers
What type of devices are accessed via streams of bytes and do not involve buffering?
What type of devices are accessed via streams of bytes and do not involve buffering?
Signup and view all the answers
What is the main responsibility of a device driver when it comes to data transfer?
What is the main responsibility of a device driver when it comes to data transfer?
Signup and view all the answers
What function does the Device Driver API in POSIX systems typically include?
What function does the Device Driver API in POSIX systems typically include?
Signup and view all the answers
Which function in the Device Driver API is responsible for releasing dynamic table entries and the device?
Which function in the Device Driver API is responsible for releasing dynamic table entries and the device?
Signup and view all the answers
Why must the device driver be executed as part of the operating system rather than part of a user program?
Why must the device driver be executed as part of the operating system rather than part of a user program?
Signup and view all the answers
What does the ioctl function in the Device Driver API allow programmers to do?
What does the ioctl function in the Device Driver API allow programmers to do?
Signup and view all the answers