Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/wgrape/virtualmemory

计算机组成原理中虚拟存储器的实现(A Virtual Memory Implementation In Computer Organization).
https://github.com/wgrape/virtualmemory

virtual-memory

Last synced: 2 months ago
JSON representation

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

Awesome Lists containing this project

README

        

# VirtualMemory






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


## ✎ 摘要(Synopsis)

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

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

[开始使用](#article-usage)

## ➴ 教程(Tutorial)

- [虚拟存储器的基础理论学习](https://github.com/Lvsi-China/VirtualMemory/blob/master/docs/1.md)

## ♗ 使用(Usage)
1. 下载项目( Download )

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

## ✣ 基本架构(Architecture)

## ♘ 用途(Introduction)
本项目仅用于虚拟存储器的学习和实践。