文件名称:shared_mem_demo:用户空间和内核之间的通信
文件大小:3KB
文件格式:ZIP
更新时间:2024-03-28 07:05:04
C
shared_mem_demo 在用户空间和内核之间进行通信的演示(证明)(将内核内存映射到用户空间) 输出 root@eBPF:~/shared_mem_demo# make make -C /lib/modules/4.15.0-20-generic/build M=/root/shared_mem_demo modules make[1]: Entering directory '/usr/src/linux-headers-4.15.0-20-generic' CC [M] /root/shared_mem_demo/kernel_module.o /root/shared_mem_demo/kernel_module.o: warning: objtool: mmap_drv_mmap()+0x72: sibling call from callable instruct
【文件预览】:
shared_mem_demo-main
----userspace.c(799B)
----.vscode()
--------c_cpp_properties.json(1003B)
----README.md(1KB)
----Makefile(203B)
----kernel_module.c(2KB)