搜索资源列表
memory_management
- 介绍Linux 的内存管理 1.IO空间 2.虚拟内存 3.Linux内存管理机制-Descr iption of Linux memory management the space 1.IO. Virtual memory 3.Linux memory management mechanism
LINUX
- Linux下的资源管理器,主要实现对系统资源图形化显示,显示CPU信息、显示硬盘信息、显示进程信息、显示内存信息、显示网络信息等功能。-Explorer under Linux, the main graphical display of system resources to display CPU information, display hard disk information, process information display, the display memory inform
VMA
- 虚拟内存管理实验。 在Linux环境下编写一个内核模块,分别实现如下几个函数: static void mtest_dump_vma_list(void):依次列出当前进程所占用的虚拟内存空间各段的读、写或执行权限。 static void mtest_find_vma(unsigned long addr):查找出虚拟地址addr所在的vma,并通过printk打印该段的起始地址、终止地址和段标志等信息。 static void
mmu
- 嵌入式LINUX操作系统内存管理驱动代码-linux mmu code