Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
为什么 SYSFS 接口用于 Android HAL 和设备驱动程序之间的通信?它们是否还有其他可用于Android中用户空间和内核空间之间通信的接口?
用户空间和内核空间的其他通信接口:系统调用、ioctl、proc文件系统、netlink套接字。
据我所知,开发 sysfs 是为了解决 proc 文件系统包含的许多非进程相关行为。sysfs 具有 ATTRIBUTE 特性,可以轻松访问内核。