drewbarbs / cs552-hw3

A ramdisk file system

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

cs552-hw3

A ramdisk file system

by Andrew Barbarello and Seule Ki Kim

To build ramdisk run 'make' in ramdisk_module directory To build tests, run 'make' in rd_lib directory: prof_tests will be an executable running those tests provided by the professor, our_tests will be our own. (make sure to insmod ramdisk module before running tests)

About

A ramdisk file system


Languages

Language:C 100.0%