【发布时间】:2017-09-22 22:36:33
【问题描述】:
我正在从事一个个人项目,并想尝试在用户空间而不是内核空间中实现字符设备。我正在使用这个 github 项目https://github.com/ningfei/ethercat。我知道这真的很详尽,因为我需要用模拟表示替换所有 linux 内核系统调用。有人可以给我一个想法吗?
下图展示了ethercat的架构。Ethercat architecture
【问题讨论】:
标签: c linux-kernel kernel driver ethercat