搜索资源列表
ARM芯片S3C2410内存管理单元MMU基础实验及源代码
- ARM芯片S3C2410内存管理单元MMU基础实验及源代码-S3C2410 ARM chip memory management unit MMU experimental basis and the source code
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
start.S-FS2410
- FS2410 开发板上启用 MMU 实现虚拟内存管理,研读源码可更深入理解mmu
《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
SysInfo-V1.1.0
- MOTO EZX手机上的任务管理器,集内存管理、cpu管理、磁盘管理、系统日志、进程管理、usb状态管理、LCD管理于一身-A profesional task manager designed for EZX based mobile. A set of memory management, cpu management, disk management, system logs, process management, usb state management, LCD management
qianrushi
- 本文将分析嵌入式操作系统uClinux的内核结构、内存管理、多进程处理、针对实时性的解决方案和开发环境,先对uCLinux有一个深刻的认识,将有利于今后进一步研究开发。 关键词: uCLinux,内存管理,多进程处理,RTLinux,开发环境-This paper will analyze the uClinux embedded operating system kernel architecture, memory management, multi-process handling,
damd_os_memory
- 提供内存管理:防止内存泄露,通过damd_porting_memory_poor_status() 观察内存使用,查看有没有重复申请的情况 查找内存泄漏的问题 1)长时间运行后出现内存泄漏; 2)为跟踪这个问题做了一个内存监控管理机制,采用分配登记,释放注销的原则,统一封装malloc和 free 3)目的是清楚系统各个模块和各个负责人分配的内存情况; 调用例子-Provide memory management: Prevent memory leaks
shm
- linux下内存管理shm封装库 自己写的-Memory management package library
RT-Thread-0.4.0-beta2
- 李先静开发的rt-thread的最新版本,rt-thread是一个小型的操作系统,里面包括pThread、内存管理,GUI,TCP/IP协议栈等模块-Li Xianjing developed rt-thread the latest version, rt-thread is a small operating system, which includes pThread, memory management, GUI, TCP/IP protocol stack modules
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
malloc
- 内存管理,使用数组完成,只能申请固定大小,如果超出范围,怎认为申请失败-Memory management
MyTQ2440program
- TQ2440开发板上的内存单元管理实验,可以下载下来试验-TQ2440 development board memory cell management experiments can download the test
基于Linux的进程管理程序
- 基于Linux的进程管理程序,支持can通讯,通过共享内存监控个进程运行状态,并控制进程的加载和卸载。