首页 > 其他 > 详细

文件IO模型

时间:2019-04-19 17:51:07      阅读:110      评论:0      收藏:0      [点我收藏+]

In case of kernel-space network drivers, all three regions are mapped to kernel space, and any access to these from the user space is typically abstracted out via either ioctl() calls or read()/write() calls, from where a copy of the data is provided to the user-space application.

技术分享图片

https://www.embedded.com/design/operating-systems/4401769/Device-drivers-in-user-space

文件IO模型

原文:https://www.cnblogs.com/feng9exe/p/10737443.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!