搜索资源列表
x_ray_8.0
- linux下实现查看进程的变量,调用函数,修改内存-linux to vxworks
linux-Driver-mem_info
- 基于linux的内核驱动,一个简单的内存操作小工具-for linux kernel driver,a simple ram tools
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
ddr
- linux 下的bootloader中的内存的裸板驱动程序-the driver of ddr in the bootloader
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
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!
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
memtester-4.2.2
- linux内存测试工具,可以检测内存是否正常。-linux memory testing tool
shm
- Linux IPC操作之共享内存,代码包含共享内存的读和写的范例-Linux IPC shared memory operation, the code contains examples of shared memory read and write
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.
memdev
- linux入门驱动 将内存一块区域当文件,在用户模式对其进行读写 包括驱动和应用两部分-Linux driver example
mmap
- linux内核空间和用户空间内存映射驱动,本程序描述用户空间内存映射-linux kernel space to user space
bootloader
- 自己写的bootloader,包含了内存和flash 的初始化,可以引导并启动linux内核。-My bootloader, includes the code to initialize the RAM and flash,can load the linux kernel and start it.
VMA
- 虚拟内存管理实验。 在Linux环境下编写一个内核模块,分别实现如下几个函数: static void mtest_dump_vma_list(void):依次列出当前进程所占用的虚拟内存空间各段的读、写或执行权限。 static void mtest_find_vma(unsigned long addr):查找出虚拟地址addr所在的vma,并通过printk打印该段的起始地址、终止地址和段标志等信息。 static void
mem_malloc
- 嵌入式Linux内核内存分配示例程序,C语言开发-Embedded Linux kernel memory allocation sample program
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.