# Linux_kernel **Repository Path**: ThinkingT/Linux_kernel ## Basic Information - **Project Name**: Linux_kernel - **Description**: 基于linux内核的编程测试。主要是应用层与linux内核之间通信方式 - **Primary Language**: C - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 1 - **Created**: 2021-12-15 - **Last Updated**: 2022-05-25 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # Linux_kernel # linux 与应用层的几种通信方式。 nf_sock_opt genl netlink就不测试了。 ioctl()这个需要在socket.c中增加一个入口。可以看一下SIOIWFIRST misc file 以文件/dev/XXXX为入口。 自己写一个socket,这个难度大。