GitXplorerGitXplorer
S

RAMDisk

public
1 stars
1 forks
1 issues

Commits

List of commits on branch master.
Verified
338e96ff54f40103c76ae1672de64c6e8b1f516e

Cleaned the README file

SSilleBille committed 7 years ago
Unverified
ed7e7d7abc20dd783912813e459f81da83aa032f

Update README.md

SSilleBille committed 8 years ago
Unverified
b233b43d9a688a40984edd04240e3129f0b56269

updated README

SSilleBille committed 8 years ago
Unverified
4b9b7c1d0c1015259eac8cece19d4ed60aceebc5

Added extra credit and references

SSilleBille committed 8 years ago
Unverified
b98e6d1799dd72dfcdd4338f86297d50be246547

removed print statements

SSilleBille committed 8 years ago
Unverified
877319d2962af6f56f79420478fdbdc3abf29f43

added persistent storage

SSilleBille committed 8 years ago

README

The README file for this repository.

P4-Ramdisk

Implements a dictionary and stores files inside the RAM.

Also, dumps all files and folders to persistent storage if a file name is given

Instructions to run the FS

make clean
make

./ramdisk < mount point > < size in MB > [< file name >]

Here < mount point > and < size in MB > are mandatory. <file name> is the file where the files and folders in the RAMdisk are dumped into and read when remounted.