搜索资源列表
LINUX-note
- linux讲义 详细介绍了linux的工作原理 内存管理、进程间通讯等-details of the working principle of Linux memory management, inter-process communication, etc.
080304080036.pdf
- 嵌入式linux性能详解 linux内存管理
2410-Sshiyanzhidaoshu2007.05.29
- Linux 价格低廉、功能强大,可以运行在X86,Alpha,Sparc,MIPS,PPC,MOTOROLA,NEC,ARM 等硬件平台上,而且开放源代码,可以定制。我们所介绍的硬件平台是基于ARM 体系结构, 由北京博创兴业科技有限公司开发的UP-NetARM3000 和UP-NetARM2410-S 实验仪器。 UP-NetARM3000 的CPU为ARM7TDMI内核的三星S3C44B0X01 芯片,由于没有MMU(内存管理单 元)只能运行uClinux,UP-NetARM
《Linux编程》
- 本书对Linux操作系统及其编程作了整体的介绍,以支持用于开发软件的公开源码模型。对内存管理、进程及其通信机制、PCI、内核模块编程及内核系统结构作了详细的解释,且附有很多程序代码实例。对深入研究Linux下的编程有很大的帮助。
linux_qt
- 嵌入式LINUX下的自定义信号和槽、树型结构的内存管理、网格布局管理、动态改变语言的代码。-LINUX embedded under the custom signals and slots, tree structure of memory management, the Board
LinuxKernel2.0.33F
- Linux Kernel 配置说明 包括硬件基础 软件基础 内存管理-Linux Kernel configuration instructions include basic software, hardware and so on the basis of memory management
Linux011-Mem-YuanYi
- 关于linux内核的初始化内存管理,以及分页机制的实现,做了详细的说明和代码。-Initialization on the linux kernel memory management, as well as the realization of the paging mechanism, a detailed descr iption and code.
MMU
- 申延超_嵌入式Linux应用开发完全手册笔记_内存管理单元MMU-MMU
shm
- linux下内存管理shm封装库 自己写的-Memory management package library
minMalloc
- 超精简的c语言malloc内存管理函数,采用哈希散列法+伙伴法结合,自动判断切割或合并,已在linux上测试,并在一web服务器上实现商业化应用-minimalloc by c .tested in linux and iar ,has been used in WEB server
Linux
- -《深入解析Linux内存管理》.zip-- " Insight Linux memory management" . Zip
基于Linux的进程管理程序
- 基于Linux的进程管理程序,支持can通讯,通过共享内存监控个进程运行状态,并控制进程的加载和卸载。