-
pxa270下利用mmap函数实现LED控制的函数,直接在用户层操作具体的IO口来控制LED,推荐!...
pxa270下利用mmap函数实现LED控制的函数,直接在用户层操作具体的IO口来控制LED,推荐!-pxa270 next LED control function implementation using mmap functions operate directly on the user level of specific IO port to control the LED, recommended!
- 2022-02-13 18:45:06下载
- 积分:1
-
S3C2410触摸屏测试程序
S3C2410触摸屏测试程序 -S3C2410 touchscreen testing procedure
- 2022-03-22 15:59:17下载
- 积分:1
-
- 2022-02-13 01:55:19下载
- 积分:1
-
全中文注释的Linux源代码,这是Linux的早期版本,用来学习是不过...
全中文注释的Linux源代码,这是Linux的早期版本,用来学习是不过-Notes of the entire Chinese Linux source code, which is an early version of Linux, but is used for learning
- 2022-07-14 23:08:50下载
- 积分:1
-
自平衡2叉树,数据结构中自己写的一个自平衡2叉树
自平衡2叉树,数据结构中自己写的一个自平衡2叉树-Since the balance of 2-tree
- 2022-03-01 05:12:36下载
- 积分:1
-
mini2440 Development Board on the button
mini2440开发板上有关按键的驱动分析,用来学习Linux的驱动编写,很有用-mini2440 Development Board on the button-driven analysis is used to study and write Linux drivers, very useful
- 2022-03-10 16:35:53下载
- 积分:1
-
go7007是wis公司推出的MPEG4编码的芯片。本代码是该芯片用于linux平台的驱动程序。...
go7007是wis公司推出的MPEG4编码的芯片。本代码是该芯片用于linux平台的驱动程序。-go7007 WIS is launched MPEG4 encoder chips. This code is the chip platform for linux drivers.
- 2022-02-25 03:34:29下载
- 积分:1
-
嵌入式Linux的USB驱动程序开发,很有的文档,对usb驱动开发很有帮助...
嵌入式Linux的USB驱动程序开发,很有的文档,对usb驱动开发很有帮助-Embedded Linux-USB driver development, the document is on the usb drive the development of helpful
- 2022-01-24 19:05:37下载
- 积分: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
-
在linux或unix中,使用系统调用fork( )创建两个子进程,并观察子进程和父进程的运行情况。...
在linux或unix中,使用系统调用fork( )创建两个子进程,并观察子进程和父进程的运行情况。-In linux or unix, the use of system calls fork () to create two sub-processes, and to observe the sub-process and the operation of the parent process.
- 2022-02-13 10:28:00下载
- 积分:1