搜索资源列表
mmuos
- 这是一个不到2000行的操作系统,巧妙地利用ARM9 CPU的内存管理单元(MMU)实现进程的切换。ARM9的4G虚拟地址可分成128个进程空间,每个32M。虽然它们的虚拟地址(VA)都是0-(32M-1),但是对应的MVA(Modified vitual address,由虚拟地址VA和进程号PID组合而来)不一样,设置MVA对应的页表指向不同物理地址就可以很方便地让各进程运行空间相互隔开。代码很少,注释丰富,希望能对想理解操作系统、了解ARM体系结构的朋友有所帮助。 -This is a
VxWorks内存管理
- Vxworks内存管理: 《VxMP(共享内存).doc》、《VxVMI(虚拟内存).doc》、《09Memory.pdf》-Vxworks memory management : "VxMP (shared memory). Doc, "" VxVMI (virtual memory). Doc, "" 09Memory.pdf "
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.
ucos252-src
- 著名的嵌入式操作系统uC/OS的完整内核源代码,内核版本号2.52。 该源代码主要包括如下几个方面: 1、任务管理 2、消息邮箱 3、消息队列 4、信号量 5、事件管理 6、内存管理-famous embedded operating system uC / OS kernel integrity of the source code, the kernel version 2.52. The source code includes the following ma
memspaces
- 用于TM1300/PNX1300系列DSP(主要用于视频处理)的内存管理源码,内存的重要性,大家应该也很清楚!-for TM1300/PNX1300 Series DSP (mainly for video processing) Memory Management source memory of the importance that we should have very clear!
uCOS-IIandeg
- UC/OSⅡ全部源码和几个关于内存管理的小程序-UC / OS II all-source and several of the small memory management procedures
ucos-Memory.rar
- ucos 的内存管理机制探究,包含对OS_MEM文件的修改,查看内存链表的组织情况,附截图和总结(总结很详细的,呵呵),uCOS explore memory management mechanisms, including modification of OS_MEM documents, view the organization of the memory list, with screenshots and summarize (sum up a very detailed, huh,
memory
- vxworks 内存管理 静态内存池分配,释放等-VxWorks memory management static memory pool allocation, release, etc.
uc-osii-memory-management
- uc/os内存管理可供学习,开发 使用.-uc/os memory management for learning, development and use.
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
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
WinCE-Memory-Management-
- wince环境下,详细讲述内存管理的相关机制。对于wince内存的体系框架,机制有着详细的说明。-wince environment, the detailed account of the memory management mechanisms. Framework for the wince system memory, the mechanism has a detailed explanation.
RTOS-Memory-mngt-in-4-task-mark-7
- RTOS memory management using uCOS kernel and further expanded in many tasks
RTOS-Memory-mngt-mark-7
- memory management between several task in RTOS
STM32-memory-management-experiments
- STM32 memory management experiments (release SRAM)
uc-osii-memory-management
- uc/os内存管理可供学习,开发 使用.-uc/os memory management for learning, development and use.
memory-code
- STM32下,内存管理源代码,可以实现对内存的分块管理。-STM32, the memory management source code, you can realize the memory block management.
UCOSIII-memory-management
- 嵌入式实时操作系统UCOS实现内存管理,代码基于STM32单片机-UCOS embedded real-time operating system memory management
memory-management
- 显示提示信息,等待外部输入。KEY0用于申请内存,每次申请2K字节内存。KEY1用于写数据 到申请到的内存里面。KEY2用于释放内存。KEY_UP用于切换操作内存区(内部SRAM内存/外部SRAM内存)-Display prompt information, wait for external input. KEY0 for the application of memory, each time the application 2K bytes of memory. KEY1 used to
