scapri / first-githubtest

Just a quick repo to learn the basics of GitHub
0 stars 0 forks source link

Users space Interface to kernel space #4

Open scapri opened 7 years ago

scapri commented 7 years ago

Are there any binary interfaces needed? If not, then perhaps sysfs is a sufficient one. If binary interfaces are needed, then is the binary sysfs sufficient? Are large amounts of data going to need to flow between user and kernel space? if so, then perhaps a character driver interface is needed.

Are there any throughput or other speed/responsiveness problems with sysfs?