|
File
system simulation
The
project involves creation of a virtual file system. The project would
require creation and manipulation of various data structures to store
the contents of the file system. There should be a programmer-level
library of functions (API) like my_create, my_delete, my_open, my_close,
my_read, my_write, etc to simulate file system operations. The APIs will
work on this simulated file system. The file system can model an
existing system such as Unix/Windows or you can invent your own.
|