搜索资源列表
mmuos
- 这是一个不到2000行的操作系统,巧妙地利用ARM9 CPU的内存管理单元(MMU)实现进程的切换。ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽然它们的虚拟地址(VA)都是0-(32M-1),但是对应的MVA(Modified vitual address,由虚拟地址VA和进程号PID组合而来)不一样,设置MVA对应的页表指向不同物理地址就可以很方便地让各进程运行空间相互隔开。代码很少,注释丰富,希望能对想理解操作系统、了解ARM体系结构的朋友有所帮助。 -This is a
MMUGEN
- Source code: Embedded software for ARM processor development: MMU table generation source code.
mmu
- ARM关于mmu的点亮程序!空板运作的!
ledtest
- ARM关于led测试程序!里有MMU的相关程序
mmu
- ARM MMU (转)-ARM MMU (switch)
mmu
- arm 存储管理系统mmu的中文翻译版本,学习arm的可以看看的
arm+mmu
- arm+mmu详细图解 linux + arm + mmu 初学者比较有用
ARM 的存储器管理单元(MMU)
- 一本讲arm存储结构的书。-an arm storage structure stresses the book.
s3c2410_MMU
- 关于s3c2410 如何操作MMU(虚拟内存管理)的文档,有助于了解三星的ARM原理-S3C2410 how to operate on the MMU (virtual memory management) of documents, help to understand the principle of Samsung
s3c2410MMU
- 由于关于arm的学习资料都是英文的,最近哥们买了一款学习板,附带有关于2410的mmu的资料,可以一看-no
ARM_systemdeveloperGuide
- 从ARM硬件角度架构讲述ARM系统软硬件开发,对cache,MMU,页表管理等都有精辟的论述。不可多得英文参考资料!-ARM hardware architecture from the perspective of development of hardware and software on the ARM system, the cache, MMU, page table management, etc. are brilliant expositions. Rare English R
ARM_MMU_Sheet
- ARM MMU详细图解,方便理解MMU的工作原理-ARM MMU detailed diagrams, easy to understand the working principle of MMU
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
mmu
- ARM的内存管理说明文档,详细描述了mmu的运行机制-mmu programming for arm
dhry
- ARM dhrystone测试代码,主要用来测试芯片MMU打开后的处理效率-ARM dhrystone test code, mainly used to test chip MMU turned on processing efficiency
ARM_MRC_MCR_Instruction
- arm 协处理器指令MRC MCR的介绍,可以控制MMU单元。-MCR or MRC of arm instruction,so you can control MMU unit.
ArmArchitectureReference.pdf
- ARM Architecture Reference Manual. This is the original reference manual describing the ARM architecture from ARM. Instruction set, coprocessors including MMU and so on.
ARM9
- Arm9上的丰富的裸机程序,包含ADC、MMU、中断串口触摸屏,包含了所有的ARM硬件-The rich Arm9 simulates program, contains ADC, MMU, interrupt serial touch screen, including all the ARM hardware
MMU
- ARM里的MMU分析以及作用,使用方法,通过该文档可以更好理解MMU以及使用方法-this is a PPT of used about MMU
ARM4
- ARM MMU详细图解,对理解MMU的运行非常不错,可以-ARM MMU detailed diagrams for understanding MMU' s running very good, you can see
