-
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
-
线程中使用Semaphore的例子
线程中使用Semaphore的例子 -The example for using semaphore in thread
- 2022-03-16 04:24:14下载
- 积分:1
-
YAFFS2 file system, LINUX2.6 kernel support YAFF2 file system, the command: sh p...
YAFFS2文件系统,LINUX2.6内核支持YAFF2文件系统,命令:sh patch-ker.sh c /-YAFFS2 file system, LINUX2.6 kernel support YAFF2 file system, the command: sh patch-ker.sh c/
- 2022-04-28 01:09:01下载
- 积分:1
-
输入一个数值,找出它的所有因数
输入一个数值,找出它的所有因数-a numerical input to identify all of its Factor
- 2022-03-01 13:22:51下载
- 积分:1
-
unix 系统下 ps 管理程序的实现
unix 系统下 ps 管理程序的实现-ps management process to achieve
- 2022-12-11 03:05:03下载
- 积分:1
-
哈夫曼编码解码以及文档资料和Makefile文件。
哈夫曼编码解码以及文档资料和Makefile文件。-Huffman decoding, as well as document information and Makefile files.
- 2022-07-07 04:13:19下载
- 积分:1
-
早期的FreeBSD的实现,特别是解剖TCP/IP网络的部分相关。
早期freebsd实现,特别是其中的网络部分,是stevens tcp/ip三卷的讲解的目标。-early freebsd achieved, in particular the network part of the anatomy tcp/ip Volume on the goal.
- 2022-02-02 07:18:23下载
- 积分:1
-
Linux 基本操作指令
Linux 基本操作指令-3-basic Linux operating instructions-3
- 2022-02-15 13:52:22下载
- 积分:1
-
自己用GTK写的一个linux下的扫雷游戏,基本功能已实现,菜单只有简单的新游戏,设置和退出,其他无用。临时版本,尚待更新。...
自己用GTK写的一个linux下的扫雷游戏,基本功能已实现,菜单只有简单的新游戏,设置和退出,其他无用。临时版本,尚待更新。-A simple mine game develop with GTK on linux.
- 2022-02-07 13:44:49下载
- 积分:1
-
采用ark 3116芯片组的usb转rs232接口线的linux下驱动程序,要求linux内核是2.6版本,用压缩包中的makefile直接make make...
采用ark 3116芯片组的usb转rs232接口线的linux下驱动程序,要求linux内核是2.6版本,用压缩包中的makefile直接make make install即生成.o后缀的elf驱动程序,用insmod按装-used ark 3116 chip set usb rs232 interface to the line under linux driver require Linux kernel 2.6 version, compressed using the makefile directly make make install that is generated. o suffix e lf driver, loaded by using insmod
- 2022-01-25 18:32:41下载
- 积分:1