搜索资源列表
mmuos
- 这是一个不到2000行的操作系统,巧妙地利用ARM9 CPU的内存管理单元(MMU)实现进程的切换。ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽然它们的虚拟地址(VA)都是0-(32M-1),但是对应的MVA(Modified vitual address,由虚拟地址VA和进程号PID组合而来)不一样,设置MVA对应的页表指向不同物理地址就可以很方便地让各进程运行空间相互隔开。代码很少,注释丰富,希望能对想理解操作系统、了解ARM体系结构的朋友有所帮助。 -This is a
mem_admin
- 一个ARM内核通用的内存管理程序。通过使用三个链表进行管理,能减少内存碎片的发生。-a generic ARM kernel memory management procedures. Through the use of three chain management, can reduce the incidence of memory debris.
pc_simulate
- 一个内存管理的PC端的模拟器。是初学者对内存管理有个感性的认识-a memory management on the PC simulator. Yes beginners memory management is a perceptive understanding
guiMemDev44bo
- 44bgui图形界面内存管理 运行ucgui ads编译
mmu
- ARM9内核的 mmu内存管理机制介绍.
基于ARM S3C6410 BSP 移植源码
- 基于ARM S3C6410 BSP移植源码,ADS工程,操作系统和应用程序均运行于虚拟地址: 中断向量入口:0xFFFF0000 操作系统内核空间:0x80000000~0xFFFFFFFF 用户应用程序空间:0x00000000~0x7FFFFFFF 优化了内存管理及Cache使用策略,使系统整体性能较之前版本提高约40%
C_memory_manage
- C语言的内存管理函数和说明,对C和C++的开发人员很有帮助-C language memory management functions and instructions.It is helpful to C and C++ developers
s3c2410_MMU
- 关于s3c2410 如何操作MMU(虚拟内存管理)的文档,有助于了解三星的ARM原理-S3C2410 how to operate on the MMU (virtual memory management) of documents, help to understand the principle of Samsung
C
- arm的C语言教程 无操作系统支持的嵌入式系统软件,包括系统引导(BOOT) 、驱动程序、动态内存管理、IPO、通信以及应用软件等方面。 本文详细介绍了嵌入式平台上用C 语言编写系统软件和应用软件的方法。虽然是针对ARM平台介绍的,但基本经验和算法也适 合于其他嵌入式平台的软件设计-arm of the C language tutorial without operating system support for embedded systems software, including
ARMMMU
- 使用ARM 中内存管理单元MMU 部件提供的功能, 分析了ARM MMU 中所创建的页和页表的特点、 类型, 给出页表中不同描述符的类型格式以及使用一级页表和二级页表将虚拟地址转换为物理地址的方法和 过-To use the funct ion of the memo ry management unit, th is paper analyzes the characters, types of pages and page tables in ARM MMU , gives th
student8
- 这是一个关于mips处理器的内存管理的c代码,希望对你有用-mips mmu
mmu
- ARM的内存管理说明文档,详细描述了mmu的运行机制-mmu programming for arm
elecfanss3c2410datasheet
- arm 指令集,内存管理,外围接口,中断,通信协议,驱动,falsh.-arm instruction set, memory management, peripheral interfaces, interrupt, communication protocols, drivers, falsh.
MPCFPE32B
- powerpc架构下的32位编程完全手册。包括指令集,存储空间排序,内存管理机制等-powerpc architecture 32-bit programming completely manual. Including the instruction set, storage space for sorting, memory management mechanisms
mmu_of_LPC23xx
- LPC23xx 内存管理单元驱动程序, 包含测试程序 -mmc drive of LPC23xx, also include test program
armplat_MMU
- 在ARM9中实现对MMU(内存管理单元的初始化)和它的实现功能-Initialize an ARM9 MMU (memory management unit) and its realization
MMU
- ARM9 S3C2440内存管理mmu代码-ARM9-based S3C2440 memory management mmu code
testMem
- 开发的内存管理的代码,用于嵌入式非linux等的平台上自己进行内存管理-Development of the memory management code for embedded non-linux platform on their own memory management
mxos
- 为CM3、CM4处理器使用,集成任务调度(freertos)内存管理、中断管理、设备管理等模块。编译后生成静态库给应用程序调用。已测试芯片:lm3s系列stm32系列 飞思卡尔k10等芯片-As CM3, CM4 processor, integrated task scheduler (freertos) memory management, interrupt management, equipment management module. Compiler generates a stat
FreeRTOS 内存管理实验
- 本例程用于STM32单片机,应用FreeRTOS操作系统,完成操作系统的内存管理实验(This routine is used in the STM32 single chip computer and uses the FreeRTOS operating system to complete the memory management experiment of the operating system.)