搜索资源列表
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
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
User_manual_2410x
- This manual describes SAMSUNG s S3C2410X 16/32-bit RISC microprocessor. This product is designed to provide hand-held devices and general applications with cost-effective, low-power, and high-performance microcontroller solution in small die size
arm_architecture
- ARM Architecture Reference Manual The purpose of this manual is to describe the ARM instruction set architecture, including its high code density Thumb® subset, and three of its standard coprocessor extensions: • The standard System
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
ARM_memory_management_unit_classic_tutorials
- ARM存储器管理单元经典教程ARM memory management unit classic tutorials-ARM memory management unit classic tutorial ARM memory management unit classic tutorials
ARM926EJ-S
- The ARM926EJ-S implements ARM architecture version 5TEJ and is targeted at multitasking applications where full memory management, high performance, low die size and low power are all important features.
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
memory-of-8086
- 微型计算机存储空间的管理,讲述微机的存储空间的设置和应用-Setting and application of the management of the storage space of the microcomputer, about the storage space of the microcomputer
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
MEMORY_MANAGEMENT
- 简单的内存管理算法,适合小型嵌入式系统使用-Simple memory management algorithms, suitable for small embedded systems
UCOSIII-Memory-management
- 如何在STM32F429 开发板上移植 UCOSIII 操作系统-How to transplant UCOSIII on STM32F429 development board operating system
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.)
