搜索资源列表
os2_VirtualMemory
- 学习Linux如何实现虚拟存储。与体系结构无关的通用存储模型是所有Linux虚拟存储实现的基础,但是任何特定的实现都依赖于特定的硬件平台。本练习集中于i386的实现。介绍解释了存储管理程序的设计。而且还将学习代码细节,修改虚拟存储代码以检测系统缺页错误的发生频率。此外本实验牵涉到系统调用的相关知识,包括学习如何产生一个系统调用以及怎样通过往内核中增加一个新函数从而在内核空间中实现对用户空间的读/写。-learning how Linux virtual memory. Architecture
page_change
- 虚拟内存分配、回收和内外存交换的算法-virtual memory allocation, recovery and foreign exchange deposit algorithm
virtual.memory
- Solaris下的虚拟内存编程,sun公司培训用例.
UnderstandingTheLinuxVirtualMemoryManager
- 很好的Linux虚拟内存的结构和原理。很好的参考资料。-Linux virtual memory a good structure and principle. Very good reference.
system_design
- 操作系统辅导与提高光盘源码,含文件管理、虚拟内存管理、设备管理、用户界面等-Counseling and improving the operating system CD-ROM source, including document management, virtual memory management, device management, user interface, etc.
Linux_2_36060302_36060304_36060307_36060323
- 操作系统实验:模拟LINUX操作系统的虚存管理机制,采用多道程序控制方式、多级页表、FIFO请求方式完成对实存辅存的映射管理,处理访存请求。实现了FIFO、LRU、LFU等页表淘汰算法。-Experimental operating system: LINUX operating system simulation of virtual memory management mechanism, the use of multi-channel control mode, multi-level
gorman_book
- Understanding the linux virtual memory manager
linux_kernel_comments
- 80386是一种先进的32位微处理器的多任务优化 操作系统和应用需要很高的设计 性能。 32位寄存器和数据路径支持32位地址 和数据类型。该处理器可以处理多达4 GB的物理 内存和64兆兆字节(246字节的虚拟内存)。片上 内存管理的设施包括:地址转换寄存器, 先进的多任务硬件,一个保护机制,分页的虚拟 内存。特别调试寄存器提供的数据和代码甚至断点 ROM中的软件。-80386 is an advanced 32-bit microprocessor optimi
UnderstandingTheLinuxVirtualMemoryManager
- Understanding+The+Linux+Virtual+Memory+Manager linux 2.4内核内存管理的分析-Understanding+The+Linux+Virtual+Memory+Manager
linux
- 实现Linux 下文件的拷贝目录的拷贝以及虚拟内存的管理。-Implementation under Linux file copy directory copy and virtual memory management.
vmrp
- 加深对于存储管理的了解,掌握虚拟存储器的实现原理;观察和了解重要的页面 置换算法和置换过程。练习模拟算法的编程技巧,锻炼分析试验数据的能力。 -Deepen the understanding of storage management, control and implementation principle of virtual memory observe and understand the importance of the page replacement algorith
virtual_memory
- 本文档介绍了虚拟内存的概念和实现方法,并介绍了一些常用的内存分配原则-This document introduces the concept of virtual memory and the implementation method, and describes some common principles of memory allocation
Understanding_the_Linux_Virtual_Memory_Manager
- 这是一本国外学术书籍的电子PDF版,是关于Linux的Virtual Memory Manager的详细介绍的一本好书,更让你对Linux编程有深入的理解,从各方面更好的学习Linux下的编程-This is a foreign electronic PDF version of academic books, is the Virtual Memory Manager on Linux, a descr iption of a good book, leaving you a deep und
Indepth.understanding.Linux.memory.management
- 深入理解Linux虚拟内存管理In-depth understanding of Linux virtual memory management -In-depth understanding of Linux virtual memory management
globalvar.tar
- 一个Linux下内核模块的示例,虚拟一个只有一个字节的内存虚拟设备的字符驱动,实现字符驱动的读写功能-Under a Linux kernel module example, only one byte of the virtual memory of a virtual device of the character-driven, character-driven read and write capabilities to achieve
3
- 在Linux系统下实现的虚存管理模拟程序,是操作系统课程实践之一。-Implemented in the Linux virtual memory system simulation program management, curriculum practice is one of the operating system.
management-linux
- 深入理解linux虚拟内存管理,计算机组成原理-Linux-depth understanding of virtual memory management, computer organization
virtual-memory-management
- 模拟虚拟存储 含实验报告-virtual memory
Virtual-storage-d
- 虚拟存储器各页面置换算法的实现与比较,存储管理的主要功能之一是合理的分配空间。请求页式管理是一种常用的虚拟存储管理技术。 本实验的目的是通过请求页式存储管理中页面置换算法模拟设计,了解虚拟存储技术的特点,掌握请求页式存储管理的页面置换算法。 -Virtual memory each page replacement algorithm implemented and compared
Linux-memory-management
- Linux内存管理,物理内存、虚拟内存。物理地址,虚拟地址,线性地址等等之间的关系。-Linux memory management, physical memory, virtual memory. Physical address, the virtual address, so the relationship between the linear address.
