Welcome![Sign In][Sign Up]
Location:
Search - Virtual Memory Management

Search list

[OS Develop内存

Description: 内存管理,虚拟内存的分配和回收-memory management, virtual memory allocation and recovery
Platform: | Size: 1905664 | Author: 李斯 | Hits:

[Linux-Unixos2_VirtualMemory

Description: 学习Linux如何实现虚拟存储。与体系结构无关的通用存储模型是所有Linux虚拟存储实现的基础,但是任何特定的实现都依赖于特定的硬件平台。本练习集中于i386的实现。介绍解释了存储管理程序的设计。而且还将学习代码细节,修改虚拟存储代码以检测系统缺页错误的发生频率。此外本实验牵涉到系统调用的相关知识,包括学习如何产生一个系统调用以及怎样通过往内核中增加一个新函数从而在内核空间中实现对用户空间的读/写。-learning how Linux virtual memory. Architecture has nothing to do with the general storage model is all Linux virtual memory to achieve the foundation, However, the realization of any particular are dependent on specific hardware platform. The exercises focus on the realization of i386. Introduced to explain the storage management process design. But will also learn details of code, code changes virtual memory system to detect the Page wrong frequency. In addition to the experimental system calls involved the relevant knowledge, including learning how to produce a system call and how the kernel through to add a new function in the kernel space thus Real User space is the right time/write.
Platform: | Size: 1037312 | Author: wanghui | Hits:

[OS programMEMORY-MANAGE

Description: 本程序主要实现内存管理的演示说明功能,利用MFC将七个部分综合在一起来说明内存管理的相关知识,包含1:内存空间分配,2:分配失败,3:堆区学习,4:虚拟内存,5:内存泄漏,6:内存池,7:智能指针等七部分,现已实现分配失败,堆区学习,内存泄漏等三部分,其他的演示对话框已经完成,但是功能还未实现-this procedure main memory management functions of the presentations, MFC will use some combination of seven to illustrate the memory management of the relevant knowledge, including one : memory space allocation, 2 : allocation failures, 3 : Reactor Region on the Study, 4 : virtual memory, 5 : Memory Leak, 6 : memory pool, 7 : smart pointer in seven parts, is the failure to achieve distribution stacked Region on the Study, three memory leak, Other presentations dialog has been completed, but have not yet been realized function
Platform: | Size: 5204992 | Author: 罗恺 | Hits:

[Linux-Unixmmap

Description: 为Linux虚拟内存驱动程序,模拟了内核空间和用户空间之间的数据交流,是学习Linux内存管理的易用源码-Linux virtual memory for the driver to simulate the kernel space and user space data between the exchanges, is to learn Linux the easy-to-use memory management source code
Platform: | Size: 4096 | Author: 杨超 | Hits:

[DocumentsStorage-Management

Description: 一、目的要求 1、 通过编写和调试存储管理的模拟程序以加深对存储管理方案的理解。熟悉虚存管理的各种页面淘汰算法。 2、通过编写和调试地址转换过程的模拟程序以加强对地址转换过程的了解。 -First, the purpose of the requirements 1, through the preparation and debugging of analog storage management procedures in order to deepen understanding of storage management solutions. Familiar with the virtual memory management algorithm for page-out. 2, through the preparation and debug address translation process simulation program to enhance the understanding of the process of address translation.
Platform: | Size: 56320 | Author: Anson | Hits:

[Linux-UnixLinux_2_36060302_36060304_36060307_36060323

Description: 操作系统实验:模拟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 page table, FIFO request a way to keep the existence of the mapping Des management, dealing with the request to visit depositors. The realization of the FIFO, LRU, LFU algorithm, such as page table out.
Platform: | Size: 610304 | Author: 李毅 | Hits:

[CSharpxunicunchuqi

Description: 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断。 1.模拟分页式存储管理中硬件的地址转换和产生缺页中断。 2.用先进先出(FIFO)页面调度算法处理缺页中断。 3.用最近最少用(LRU)页面调度算法处理缺页中断。 -Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorithm processing a page fault. 1. Analog paging storage management and production of hardware address translation page fault. 2. With FIFO (FIFO) scheduling algorithm page a page fault handling. 3. At least with the recent use (LRU) paging algorithm for processing a page fault.
Platform: | Size: 2048 | Author: aihao | Hits:

[Linux-UnixIndepth.understanding.Linux.memory.management

Description: 深入理解Linux虚拟内存管理In-depth understanding of Linux virtual memory management -In-depth understanding of Linux virtual memory management
Platform: | Size: 1092608 | Author: dden | Hits:

[OS Developucore-lab1

Description: Ucore是一个很小的适于学习的操作系统,此“麻雀”包含虚存管理、进程管理、处理器调度、同步互斥、进程间通信、文件系统等主要内核功能,总的内核代码量(C+asm)不会超过5K行。充分体现了“小而全”的指导思想。 这是ucore的实验1:系统软件启动过程。实验目的:操作系统是一个软件,也需要通过某种机制加载并运行它。在这里我们将通过另外一个更加简单的软件-bootloader 来完成这些工作。为此,我们需要完成一个能够切换到x86 的保护模式并显示字符的bootloader,为将来启动操作系统做准备。proj1 提供了一个非常小的bootloader,整个bootloader 的大小小于512 个字节,这样才能放到硬盘的主引导扇区中。通过分析和实现这个bootloader,读者可以了解到:基于分段机制的存储管理、设备管理的基本概念、PC 启动bootloader 的过程、bootloader 的文件组成、编译运行bootloader 的过程、调试bootloader 的方法、在汇编级了解栈的结构和处理过程、中断处理机制、通过串口/并口/CGA 输出字符的方法。文件中包括源代码、实验指导书和实验报告。-Ucore is a small operating system for learning, the " Sparrow" contains the virtual memory management, process management, processor scheduling, synchronization mutually exclusive, inter-process communication, file system and other major kernel functions, the total amount of kernel code ( C+ asm) no more than 5K lines. Fully embodies the " small" the guiding ideology. This is ucore experiment 1: the system software boot process. Purpose: the operating system is a software, but also need some mechanism to load and run it. Here we will adopt another more simple software-bootloader to complete these tasks. To this end, we need to be able to complete a switch to the x86 protected mode and display the characters bootloader, the operating system to start to prepare for the future. proj1 provides a very small bootloader, the bootloader is less than 512 bytes in size, so as to put the hard disk master boot sector. Through the analysis and to achieve this bootloader, the read
Platform: | Size: 1725440 | Author: gyh | Hits:

[Windows Developmemory-management-

Description: 用C语言模拟虚拟存储器管理--模拟内存分配与回收。-Virtual simulation in C language memory management- analog memory allocation and recovery.
Platform: | Size: 1024 | Author: 剑煮江湖 | Hits:

[Linux-Unixmanagement-linux

Description: 深入理解linux虚拟内存管理,计算机组成原理-Linux-depth understanding of virtual memory management, computer organization
Platform: | Size: 1492992 | Author: liyi | Hits:

[Windows DevelopSoftware-Virtual-Memory-Management-for-MMU-less-E

Description: Software Virtual Memory Management for MMU-less Embedded Systems
Platform: | Size: 116736 | Author: ZJ | Hits:

[Linux-Unixvirtual-memory-management

Description: 模拟虚拟存储 含实验报告-virtual memory
Platform: | Size: 2048 | Author: 温有空 | Hits:

[Data structspage-management

Description: 模拟分页式虚拟存储管理中硬件的地址转换和缺页中断,以及选择页面调度算法处理缺页中断-Analog paging virtual memory management hardware address translation and page fault, and choose a paging algorithm processing a page fault.
Platform: | Size: 2048 | Author: duane | Hits:

[Software Engineering13-MEMORY-MANAGEMENT

Description: memory management used in vc++.it shows how to use virtual memory.
Platform: | Size: 18432 | Author: ravi | Hits:

[Windows Developmemory-management-

Description: 用C语言模拟虚拟存储器管理-模拟内存分配与回收。-Virtual simulation in C language memory management- analog memory allocation and recovery.--模拟内存分配与回收。-Virtual simulation in C language memory management- analog memory allocation and recovery.
Platform: | Size: 373760 | Author: onmon | Hits:

[Linux-UnixLinux-memory-management

Description: Linux内存管理,物理内存、虚拟内存。物理地址,虚拟地址,线性地址等等之间的关系。-Linux memory management, physical memory, virtual memory. Physical address, the virtual address, so the relationship between the linear address.
Platform: | Size: 179200 | Author: 刘通 | Hits:

[OS Developvirtual-memory-manage

Description: 操作系统课程作业内存调度算法,C语言实现。包含了最佳适应算法、先入先出算法以及最近最少使用算法-Operation System virtual memory management algorithm.
Platform: | Size: 10240 | Author: Ray | Hits:

[OS Developvirtual-memory-management

Description: 操作系统实验-虚拟存储,word文档,详细,全,可执行,自己写的,希望快点能在贵网站下载-Experimental operating system- virtual storage, word documents, detailed, full, enforceable, wrote it myself, hope quickly in your website. . .
Platform: | Size: 83968 | Author: 张荣 | Hits:

[OtherVirtual-storage

Description: 虚拟存储器管理。模拟分页式存储器地址转换和缺页中断。-Virtual memory management. Analog paging memory address translation and page fault.
Platform: | Size: 10240 | Author: 小雨 | Hits:
« 12 3 4 5 6 7 8 9 10 »

CodeBus www.codebus.net