搜索资源列表
Linux-Mem
- 详细介绍Linux 的内存管理方法和内存管理原理,具有很高的参考价值-describe Linux memory manager, have very high reference value
LINUX-note
- linux讲义 详细介绍了linux的工作原理 内存管理、进程间通讯等-details of the working principle of Linux memory management, inter-process communication, etc.
080304080036.pdf
- 嵌入式linux性能详解 linux内存管理
嵌入式设备上的Linux开发
- 嵌入式linux的开发流程详解,包括启动,内存,设备驱动的添加-embedded linux Comments on the development process, including the initiation, memory, add-driven equipment, etc.
linux下共享内存接口函数封装
- 封装了linux下共享内存的接口函数,使用c语言进行的封装,可移植到其他的平台中。
《Linux编程》
- 本书对Linux操作系统及其编程作了整体的介绍,以支持用于开发软件的公开源码模型。对内存管理、进程及其通信机制、PCI、内核模块编程及内核系统结构作了详细的解释,且附有很多程序代码实例。对深入研究Linux下的编程有很大的帮助。
fps200_ok.指纹识别芯片fps200(富士通)在linux下的驱动程序
- 指纹识别芯片fps200(富士通)在linux下的驱动程序(for arm7(ep7312) linux,其他芯片需要修改映射内存地址), Fingerprint recognition chip fps200 (Fujitsu) under the linux driver (for arm7 (ep7312) linux, other chips needs to revise mapping memory address)
pramfs
- 嵌入式linux下基于SRAM的内存文件系统,可实现正常的文件接口功能以及掉电保护功能。-Linux embedded SRAM memory based file system, can achieve normal file interface functions, as well as brown-out protection.
POEmbededLinux
- 嵌入式linux内存和性能优化, 很好的一本书. 这本书主要介绍两个方面的内容: 1, 如何节省系统内存 2, 如何加快进程运行速度. 这本书主要面向的人员: 1, 嵌入式Linux软件开发人员 2, 系统优化人员 3, 系统架构师 -Linux embedded memory and performance optimization, a good book. The book introduces two aspects: 1, how to s
sbull-2.6.22
- 基于LINUX下开发的块设备驱动程序源代码,能为初学者提供很好的参考作用,该程序使用一小块内存模拟块设备实现块设备的读写操作-Developed under the LINUX-based block device driver source code, can provide a good reference for beginners role, the process simulation using a small memory block devices to read and wri
code
- linux 应用程序的编写,如共享内存,管道的读写,信号,定时等基本的应用程序编写-linux application preparation, such as shared memory, read and write pipes, signals, timing and other basic application programming
srljlinuxe
- 深入理解Linux内核,该书详细的介绍了系统调用,内存地址,信号,进程的地址空间,进程通信,以及其他与内核有关的内容!-In-depth understanding of Linux kernel, the book details the system calls, memory addresses, signals, process address space, process communication, and other content related with the kernel!
Linux divice diver
- Linux设备驱动的现状 从non os驱动到Linux驱动 内核设施 自旋锁、信号量、互斥量、完成量 异步通知、信号 阻塞与非阻塞 内存与I/O操作,DMA 中断,top half/bottom half 字符设备驱动 复杂设备驱动的框架 LCD设备FRAMEBUFFER FLASH设备MTD TTY设备 块设备 用户空间的设备驱动 设备驱动开发流程 开
timeout-list-malloc
- 从uclibc的malloc和glib的glist、timeout提取出来的代码,用于嵌入式开发。分配一块内存用于动态内存,有定时功能,提供双向链表这种容器。用于没有操作系统和c标准库支持的环境。-Uclibc' s malloc and glib from the glist, timeout extracted the code for embedded development. A memory for dynamic memory allocation, there is timi
linux_memory-optimization
- 嵌入式Linux内存优化以及性能优化的方法,大家可以好好的研究一下,是个不错的资料-Embedded Linux memory optimization and performance optimization method, we can look good is a good information
linux-memory
- 这是驱动开发中的关键技术,如何访问内核中的内存。-This is the key technology-driven development, how to access the kernel memory.
Linux
- -《深入解析Linux内存管理》.zip-- " Insight Linux memory management" . Zip
memory-debug
- 本人收集的Linux内存调试代码,可以方便内存信息调试开发-memory debug code for linux
Start-on-embedded-Linux-systems
- 嵌入式Linux启动分为两个部分,系统引导与Linux启动。系统引导将完成Linux装入内存前,初始化CPU和相关IO设备,并将Linux调入内存的工作。系统引导主要由BootLoader实现。在BootLoader将Linux内核调入内存之后,将权力交给LinuxKernel,进入Linux的启动部分。本文详细分析启动的过程与使用。-Embedded Linux boot is divided into two parts, the system boot with Linux. Linux
Linux-C-library-reference-manual
- Linux C函数库参考手册、包括字符测试函数、数据转换函数、内存配置函数、时间函数、字符串处理函数-Linux C library reference manual, including character test function, data conversion functions, memory allocation, time function, string handling functions