搜索资源列表
part3
- linux内核编译,简单的虚拟字符设备,测试代码FinalTest.c-linux kernel compilation, simple virtual character device, test code FinalTest.c
character_hello
- 该文档的功能是创建一个简单的字符设备驱动,压缩包里包含module_hello和user_hello,其中module_hello文件夹里面包含了hello.c字符驱动代码和MakeFile文件,经过编译可生成相应的.ko模块;user_hello是用户程序,经过编译后可生成相应的可执行文件,执行用户的可执行文件可对相应的字符设备进行读写操作。-The document' s function is to create a simple character device driver, c
c-advanced-code16
- 本文件通过的是简单的代码编写,实现了进程间通信和网络间通信等等的相关技术代码-The code is simple through the preparation of this document, the realization of inter-process communication and network technology code-related communications, etc.
rawsocket
- 基于RawSocket的数据包过滤程序,共包含7个文件:inetheader.h、rawsocsniffer.h、rawsocket.h、rawsocket.c、rawsocsniffer.c、main.c、makefile。 编译:命令行模式下,切换到代码所在目录,输入make即可编译。编译后将生成一个可执行文件main,以及一些obj文件。 运行:命令行下输入 ./main [-s 源IP] [-d 目的IP] [-atui] 即可运行程序,可以通过设置不同的参数可以实现简单的过滤功
mm.c
- 非常简单的虚拟内存c代码实。主要实现malloc, init, free, relloc四个函数,用外在的free list实现-a very simple c code virtual memory implementation