Skip to content

Latest commit

 

History

History
5 lines (5 loc) · 286 Bytes

README.md

File metadata and controls

5 lines (5 loc) · 286 Bytes

Virtual RAM Disk

As the name suggests, the block device driver is used to emulate a virtual disk on RAM.

TL;DR

  • Read the file Resources.txt to gain insight on the working involved.
  • Refer to the file Instructions.txt for experiencing the complete potential of the code.