The Linux kernel identifies the driver with its:
None of the mentioned
Major number
Module
Device file
6 practice sets · Page 1 of 1
The Linux kernel identifies the driver with its:
None of the mentioned
Major number
Module
Device file
In Linux kernel 2.4, minor numbers were used to:
Represent the sub-functionalities of the driver
Identify the driver
Represent the device files
None of the mentioned
In Linux kernel 2.4, we can have a maximum of:
None of the mentioned
256 character drivers only
256 block drivers only
256 character drivers and 256 block drivers at the same time
Which of the following statements about major numbers in Linux device drivers is NOT true?
Dynamic allocation of major numbers is not possible
None of the mentioned
Both: dynamic allocation is not possible AND major numbers cannot be shared among drivers
Major numbers cannot be shared among drivers
The valid minor number range for a device in Linux is:
None of the mentioned
0 to 15
0 to 63
0 to 255
The major number identifies the _____ associated with the device.
Driver
Port
None of the mentioned
Protocol