linux对硬件设备的支持分为3种:
1.no support at all:
这样应用程序只能通过in 和 out指令直接对硬件设备进行操作,这种的典型代表是x window system,这样可以保
证效率
2.minimal support:
内核不能识别设备,但是能识别设备对应的i/o接口,应用程序可以对i/o接口进行read或者write操作,这种的典型
的代表是并口和串口设备
3.extended support:
内核能识别设备和设备的i/o接口
linux对硬件设备的支持分为3种:
1.no support at all:
这样应用程序只能通过in 和 out指令直接对硬件设备进行操作,这种的典型代表是x window system,这样可以保
证效率
2.minimal support:
内核不能识别设备,但是能识别设备对应的i/o接口,应用程序可以对i/o接口进行read或者write操作,这种的典型
的代表是并口和串口设备
3.extended support:
内核能识别设备和设备的i/o接口