其他分享
首页 > 其他分享> > 文件IO模型

文件IO模型

作者:互联网

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

标签:kernel,www,calls,文件,模型,space,user,IO,drivers
来源: https://www.cnblogs.com/feng9exe/p/10737443.html