Skip to content

计算机组成原理中虚拟存储器的实现(A Virtual Memory Implementation In Computer Organization).

Notifications You must be signed in to change notification settings

WGrape/VirtualMemory

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

87 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VirtualMemory

计算机组成原理中虚拟存储器的实现(A Virtual Memory Implementation In Computer Organization)


✎ 摘要(Synopsis)

本项目将完成虚拟存储器虚拟存储器的C语言实现,虚拟存储器作为计算机组成原理课程的重点和难点,只通过书本上的学习是永远不够的,远远不如自己亲手实现一个虚拟存储器,所谓的纸上得来终觉浅,绝知此事要躬行即是如此。

注:由于高速缓冲存储器(Cache)和虚拟存储器紧密关系,故也会完成Cache的实现 。【 后续更新 】

开始使用

➴ 教程(Tutorial)

♗ 使用(Usage)

1. 下载项目( Download )

2. 编译源码 src/main.c 文件然后运行

✣ 基本架构(Architecture)

♘ 用途(Introduction)

本项目仅用于虚拟存储器的学习和实践。

About

计算机组成原理中虚拟存储器的实现(A Virtual Memory Implementation In Computer Organization).

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published