-
在SCO UNIX 5.05下的代理程序,本人已经编译,编译时需要libsocket.a...
在SCO UNIX 5.05下的代理程序,本人已经编译,编译时需要libsocket.a-SCO UNIX 5.05 in the agent, I have compiled, the compiler needs libsocket.a
- 2022-04-23 03:17:34下载
- 积分:1
-
Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用...
Linux 是一个源码开放的操作系统,无论是普通用户还是企业用户都可以编写自己的内核代码,再加上对标准内核的裁剪从而制作出适合自己的操作系统。目前有很多中低端用户使用的网络设备的操作系统是从标准 Linux 改进而来的,这也说明了有越来越多的人正在加入到 Linux 内核开发团体中。
一个或多个内核模块的实现并不能满足一般 Linux 系统软件的需要,因为内核的局限性太大,如不能在终端上打印,不能做大延时的处理等等。当我们需要做这些的时候,就需要将在内核态采集到的数据传送到用户态的一个或多个进程中进行处理。这样,内核态与用户空间进程通信的方法就显得尤为重要。在 Linux 的内核发行版本中没有对该类通信方法的详细介绍,也没有其他文章对此进行总结,所以本文将列举几种内核态与用户态进程通信的方法并详细分析它们的实现和适用环境。
source code 2
-Linux is an open-source operating system, both ordinary users or enterprises, users can prepare their core code, coupled with the standard kernel cutting thereby making up their own operating system. There are a lot of low-end users of the network equipment from the standard operating system Linux is improving from the This also shows that the more and more people are added to the Linux kernel development groups. One or more modules and the realization of general Linux can not satisfy the needs of system software, because the core is too restrictive, such as the terminal can print, can not handle the b
- 2022-01-26 00:11:59下载
- 积分:1
-
自己常用的BASE64编码程序,开发环境为LINUX
自己常用的BASE64编码程序,开发环境为LINUX
- 2022-05-27 10:27:51下载
- 积分:1
-
Mpeg4视频处理编解码算法代码 适用于windows平台和unix平台 c语言编写...
Mpeg4视频处理编解码算法代码 适用于windows平台和unix平台 c语言编写-Mpeg4 video codec algorithm code for windows platform and unix platform c language
- 2022-03-11 10:24:11下载
- 积分:1
-
自平衡2叉树,数据结构中自己写的一个自平衡2叉树
自平衡2叉树,数据结构中自己写的一个自平衡2叉树-Since the balance of 2-tree
- 2022-03-01 05:12:36下载
- 积分:1
-
glid编写实例,glid应用,可供参考。
glid编写实例,glid应用,可供参考。-glid the preparation of example, glid applications, for reference.
- 2022-01-22 06:44:48下载
- 积分:1
-
一个例子将显示va_list,va_start用法,va_arg和va_end
通过vfprintf的使用示例展示va_list,va_start,va_arg,va_end的用法-a example of vfprintf to show the usage of va_list,va_start,va_arg and va_end
- 2022-08-03 04:02:04下载
- 积分:1
-
进程管道通信
进程管道通信-The process of pipeline communications
- 2022-03-24 09:57:42下载
- 积分:1
-
4.了解和掌握Linux系统支持的消息通信机制、共享存储区机制。. (1) 消息的创建、发送和接收: 使用系统调用msgget( )、msgsed( )、msg...
4.了解和掌握Linux系统支持的消息通信机制、共享存储区机制。. (1) 消息的创建、发送和接收: 使用系统调用msgget( )、msgsed( )、msgrev及msgcrl( ),编写消息的发送和接收程序(消息长度为1KB); (2) 共享存储区的创建、附接和断接: 使用系统调用shmget( )、shmat( )、shmcrl( ),编写一个与上述功能相同的程序。-4. Understanding and support Linux messaging mechanism, shared memory mechanism. . (1) the creation of news, send and receive : the use of system calls msgget (), msgsed (), and msgrev msgcrl (), the preparation of the sender and receiver (news length of the 1KB); (2) shared storage area creation, and attached disconnect : use of system calls shmget (), shmat (), shmcrl (), a preparation of the above functions with the same procedure.
- 2022-03-25 22:13:37下载
- 积分:1
-
实现linux java ping 及traceroute 功能
实现linux java ping 及traceroute 功能-Realize linux java ping and traceroute functions
- 2023-03-02 23:50:04下载
- 积分:1