GitXplorerGitXplorer
S

RAMDisk

public
1 stars
1 forks
1 issues

Commits

List of commits on branch master.
Unverified
706041c4b85a94d27c062dff66b4ad0c091eaac4

Added writing to file

SSilleBille committed 8 years ago
Unverified
46bba44a4bc5c43e9aa545655c55fe493bb7a386

added size

SSilleBille committed 8 years ago
Unverified
713a807a2ed1495fcdff29a423b78ce1d92514e8

Fixed write for all cases

SSilleBille committed 8 years ago
Unverified
83a17473bac5037040ede591b83f7d4832f999cf

Fixed write issues

SSilleBille committed 8 years ago
Unverified
12f4da2b6cb1089a3b499caedb4e1ed4b3c901bd

added unlink, chmod and chown

SSilleBille committed 8 years ago
Unverified
edb8954d3a21b424d7099443f2fcec7fed82d374

Added write support

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.