SimpleFS
A Simple File Sytem implementation including Disk and Shell Layers
Classes
disk.h File Reference

Contains the implementation of disk layer to support File System. More...

#include <stdlib.h>
Include dependency graph for disk.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Classes

class  Disk
 Disk class Implements Disk abstraction that enables emulation of a disk image. Used by file system to access and make changes to the disk. More...
 

Detailed Description

Contains the implementation of disk layer to support File System.

Author
University of Notre Dame (https://www.nd.edu/)
Date
2017

Definition in file disk.h.