搜索资源列表
simple
- linux memory mapping demo
memcpy
- 用来测试linux的memory的驱动,可以长时间测试其稳定性。-memory test for linux,
a-block-driver
- 我们通过写一个建立在内存中的块设备驱动,来学习linux内核和相关设备驱动知识。最简单的方法写出一个能用的块设备驱动。-We write a block device driver, built in memory to learn the knowledge of the Linux kernel and device driver. The easiest way to write a usable block device driver.
linux
- 实现linux对内存的基本操作,包括查看数据存放的位置等-The basic operation of the Linux memory, and view the data stored in the location
linux_shm_open
- linux 共享内存操作,涉及共享内存的控制读写同步。-linux shared memory operations involved in the control of the shared memory read and write synchronization.
memory_management
- 介绍Linux 的内存管理 1.IO空间 2.虚拟内存 3.Linux内存管理机制-Descr iption of Linux memory management the space 1.IO. Virtual memory 3.Linux memory management mechanism
fxload-2008_10_13.tar
- FXLOAD UTILITY 这个程序是方便可以下载固件到FX,FX2, 和FX2LP的EZ-USB设备,以及原始AnchorChips的EZ-USB。 它的目的是要调用热插拔脚本时未编程 设备出现在总线上。 主要是作为一个开发援助,这也可以被用来更新 从I2C串行EEPROM引导设备上的固件。对于那 使用,以及将固件下载到所有其他的片外存储器, 的第二阶段加载程序必须首先被下载。 的分布包括“a3load.hex”,这是一个简单的第二阶段
zcache
- Zcache provides an in-kernel "host implementation" for transcendent memory and, thus indirectly for linux.
zcore
- zcore module to export memory content and register sets for creating system dumps on SCSI disks (zfcpdump). The "zcore/mem" debugfs file shows the same dump format as s390 standalone dumps for linux.
shar_stor
- linux 共享存储 进程间通信 开发工具 ubuntu-ubuntu linux shared memory inter-process communication development tools
memdevice
- linux的内存读写驱动以及相关的测试应该程序能实现内存分配,读写,检测是否内存损坏等功能!-the Linux memory read and write drive and associated test program should be able to achieve memory allocation, read and write, detect whether memory corruption function!
program
- 编写一段程序,同时父进程创建两个子进程p1和p2;并使子进程p1与子进程p2通过共享存储区相互发送数据(512字节)。 (1)掌握系统调用shmget()、shmat()、shmdt()、shmctl()的使用方法及其功能,理解共享存储区通信原理; (2)系统理解linux 的三种通信机制。 -Write a program, while the parent process creates two child processes p1 and p2 make child
led_io
- linux 驱动 对于 采用IO内存方式控制LED 在TQ2440测试成功-linux driver for the use of IO memory mode control LED successfully tested in TQ2440
bionic.tar
- Android的Linux内核Bionic库,Bionic库仅为200KB大小是GNU版本体积的一半,这意味着更高的效率和低内存占用,同时配合经过优化的Java VM Dalvik才可以保证高的性能。Bionic不支持一些特性比如宽字节对unicode,类似c++那样的异常处理-Android' s Linux kernel Bionic library, Bionic library is only 200KB size is half the volume of the GNU ver
LINUX
- Linux下的资源管理器,主要实现对系统资源图形化显示,显示CPU信息、显示硬盘信息、显示进程信息、显示内存信息、显示网络信息等功能。-Explorer under Linux, the main graphical display of system resources to display CPU information, display hard disk information, process information display, the display memory inform
ldd3
- linux device driver reference file(edition 3, reference file, device driver, memory management)
memtester-4.2.2
- linux内存测试工具,可以检测内存是否正常。-linux memory testing tool
ha_memtest_kz.1403085038
- linux memory test code FOR Test the memory, the loading /the temp
Linux-device-driver3
- Linux 设备驱动 中文版 第三版,包括驱动简介,中断,内存分配,USB驱动,块驱动,网络驱动-Chinese version of the third edition of Linux device drivers, including driver profiles, interrupts, memory allocation, USB drive, block drivers, network drivers, etc.
linux-driver-when-use-IO-remap
- 对linux设备驱动编写过程中使用内存映射进行了详细描述,并且对时钟的来源进行了详细分析。-In the Linux device driver to write the process of using the memory mapping is described in detail, and the clock source for a detailed analysis.