# LinuxKernelServer **Repository Path**: frankzhang0219/linuxKernelServer ## Basic Information - **Project Name**: LinuxKernelServer - **Description**: 一个可以动态挂载/卸载的linux内核服务器 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 0 - **Forks**: 0 - **Created**: 2022-08-10 - **Last Updated**: 2022-08-11 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # 一个可以动态挂载/卸载的Linux内核服务器 - 服务端是`./kernelServer`下的内容 - 客户端是`clientSocket.c` - 服务端的编译文件是`kernelServer.ko` - 客户端是`client` - `Makefile`文件中包含Linux内核的源码位置,使用时注意自行进行更改 ```sh KERNELDIR := /root/study/LinuxDriver/Linux_5_7_9Kernel/linux-5.7.9 ``` - 上述编译使用的内核源码的版本为`Linux-5.7.9`