- Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathMyFileSystem.cpp
More file actions
Latest commit
25 lines (18 loc) · 453 Bytes
/
Copy pathMyFileSystem.cpp
File metadata and controls
25 lines (18 loc) · 453 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
#include<iostream>
#include<time.h>
#include"stdafx.h"
#include"MyFileSystem.h"
usingnamespacestd;
//********************************** Global Variables *****************************
FILE *fp; //Global File Pointer
Buffer my_Buffer[NBUF];
unsignedchar Buffer_area[NBUF][BUFFER_SIZE];
time_t nowtime;
DiskInode dInode[80];
DirectoryEntry direEn[16];
voidInitialize()
{
}
voideasycreateDinode(int num, int addr, int mode)
{
}