CodeBus
www.codebus.net
Search
Sign in
Sign up
Hot Search :
Source
embeded
web
remote control
p2p
game
More...
Location :
Home
Search - Virtual Memory Management
Main Category
SourceCode
Documents
Books
WEB Code
Develop Tools
Other resource
Search - Virtual Memory Management - List
[
Linux-Unix
]
os2_VirtualMemory
DL : 0
学习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.
Date
: 2008-10-13
Size
: 1013.71kb
User
:
wanghui
[
Linux-Unix
]
os2_VirtualMemory
DL : 0
学习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.
Date
: 2025-12-31
Size
: 1013kb
User
:
wanghui
[
Linux-Unix
]
mmap
DL : 0
为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
Date
: 2025-12-31
Size
: 4kb
User
:
杨超
[
Linux-Unix
]
vm
DL : 0
Linux的虚拟内存管理书籍,英文版,将虚拟地址,物理地址,页表等说明得不错的一本书。-Linux virtual memory management books, the English version, the virtual address, physical address, page table, such as a good description of a book.
Date
: 2025-12-31
Size
: 1.42mb
User
:
testpudn
[
Linux-Unix
]
ads1.2
DL : 0
Linux 这样的类 UNIX 操作系统相比,一般意义上的传统嵌入式操作系统具有一些 特殊性。举例而言,诸如 uClinux、uC/OS-II、eCos 等操作系统,通常运行在没有 MMU(内存管理 单元,用于提供虚拟内存支持)的 CPU 上;这时,往往就没有进程的概念,而只有线程或者任务的 概念,这样,MiniGUI 的运行环境也就大相径庭。因此,为了适合不同的操作系统环境,我们可将 MiniGUI 配置成三种不同的运行模式:-UNIX-like Linux operating system compared to the general sense of the traditional embedded operating system with some specificity. For example, such as uClinux, uC/OS-II, eCos, such as operating systems, usually run in the absence of MMU (memory management unit, used to provide virtual memory support) on the CPU At this time, often there is no concept of process, and Only the concept of threads or tasks, so that, MiniGUI also different from the runtime environment. Therefore, in order to suit different operating system environment, we can be MiniGUI configured to run three different modes:
Date
: 2025-12-31
Size
: 368kb
User
:
王立阳
[
Linux-Unix
]
system_design
DL : 0
操作系统辅导与提高光盘源码,含文件管理、虚拟内存管理、设备管理、用户界面等-Counseling and improving the operating system CD-ROM source, including document management, virtual memory management, device management, user interface, etc.
Date
: 2025-12-31
Size
: 258kb
User
:
肖
[
Linux-Unix
]
Linux_2_36060302_36060304_36060307_36060323
DL : 0
操作系统实验:模拟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.
Date
: 2025-12-31
Size
: 596kb
User
:
李毅
[
Linux-Unix
]
linux_kernel_comments
DL : 0
80386是一种先进的32位微处理器的多任务优化 操作系统和应用需要很高的设计 性能。 32位寄存器和数据路径支持32位地址 和数据类型。该处理器可以处理多达4 GB的物理 内存和64兆兆字节(246字节的虚拟内存)。片上 内存管理的设施包括:地址转换寄存器, 先进的多任务硬件,一个保护机制,分页的虚拟 内存。特别调试寄存器提供的数据和代码甚至断点 ROM中的软件。-80386 is an advanced 32-bit microprocessor optimized for multi-tasking operating systems and applications require high design performance. 32-bit registers and data path supports 32-bit address and data types. The processor can handle up to 4 GB of physical memory and 64 terabytes (246 bytes of virtual memory). On-chip memory management facilities, including: address translation registers, advanced multi-tasking hardware, a protection mechanism, the paging virtual memory. Special debugging registers the data and code breakpoints ROM or even in software.
Date
: 2025-12-31
Size
: 7.07mb
User
:
thinkinweb
[
Linux-Unix
]
linux
DL : 0
实现Linux 下文件的拷贝目录的拷贝以及虚拟内存的管理。-Implementation under Linux file copy directory copy and virtual memory management.
Date
: 2025-12-31
Size
: 6kb
User
:
梁传
[
Linux-Unix
]
vmrp
DL : 0
加深对于存储管理的了解,掌握虚拟存储器的实现原理;观察和了解重要的页面 置换算法和置换过程。练习模拟算法的编程技巧,锻炼分析试验数据的能力。 -Deepen the understanding of storage management, control and implementation principle of virtual memory observe and understand the importance of the page replacement algorithm and the replacement process. Practice simulation algorithm programming techniques, exercise test data analysis capability.
Date
: 2025-12-31
Size
: 2kb
User
:
jeremy
[
Linux-Unix
]
Indepth.understanding.Linux.memory.management
DL : 0
深入理解Linux虚拟内存管理In-depth understanding of Linux virtual memory management -In-depth understanding of Linux virtual memory management
Date
: 2025-12-31
Size
: 1.04mb
User
:
dden
[
Linux-Unix
]
management-linux
DL : 0
深入理解linux虚拟内存管理,计算机组成原理-Linux-depth understanding of virtual memory management, computer organization
Date
: 2025-12-31
Size
: 1.42mb
User
:
liyi
[
Linux-Unix
]
VMM.doc.tar
DL : 0
虚拟内存管理实例,用于显示当前有哪些进程占用内存,及其所在的逻辑地址-Instance of the virtual memory management, which is used to display the current process footprint, and where the logical address
Date
: 2025-12-31
Size
: 7kb
User
:
[
Linux-Unix
]
virtual-memory-management
DL : 0
模拟虚拟存储 含实验报告-virtual memory
Date
: 2025-12-31
Size
: 2kb
User
:
温有空
[
Linux-Unix
]
Linux_Virtual_Memory_Manager
DL : 0
《linux 虚拟内存管理》 英文版 这本书很好的描述的 linux 内存管理机制,想了解linux内核的同学可以-The English version of the linux virtual memory management this book a good description of the Linux memory management mechanism, the students would like to know the Linux kernel can see
Date
: 2025-12-31
Size
: 3.61mb
User
:
brookk
[
Linux-Unix
]
ctvmem
DL : 0
This file contains the implementation of virtual memory management object
Date
: 2025-12-31
Size
: 3kb
User
:
rengnongfan
[
Linux-Unix
]
Linux-memory-management
DL : 0
Linux内存管理,物理内存、虚拟内存。物理地址,虚拟地址,线性地址等等之间的关系。-Linux memory management, physical memory, virtual memory. Physical address, the virtual address, so the relationship between the linear address.
Date
: 2025-12-31
Size
: 175kb
User
:
刘通
[
Linux-Unix
]
keypad-w90p910
DL : 0
This file contains the implementation of virtual memory management object for card device.
Date
: 2025-12-31
Size
: 3kb
User
:
bkjksan
[
Linux-Unix
]
kvm_book3s_32
DL : 0
This file contains the implementation of virtual memory management object for card device.
Date
: 2025-12-31
Size
: 4kb
User
:
dglannui
[
Linux-Unix
]
linux
DL : 0
深入理解Linux虚拟内存管理(jb51.net)(A deep understanding of Linux virtual memory management (jb51.net))
Date
: 2025-12-31
Size
: 43.43mb
User
:
wwup
«
1
2
»
CodeBus
is one of the largest source code repositories on the Internet!
Contact us :
1999-2046
CodeBus
All Rights Reserved.