13 #include "copyright.h" 21 #define NumDirect ((SectorSize - 2 * sizeof(int)) / sizeof(int)) 22 #define MaxFileSize (NumDirect * SectorSize) 69 int get_sector(
int id_sector);
71 void set_sector(
int id_sector,
int sector);
76 int dataSectors[NumDirect];
File_type
enum that define if the FileHeader define a file or a directory
Definition: filehdr.h:25
The following class defines a "bitmap" – an array of bits, each of which can be independently set...
Definition: bitmap.h:36
Data structures defining a bitmap.
Data structures to emulate a physical disk