forked from xosnitc/xfs-interface
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathREADME
More file actions
22 lines (16 loc) · 614 Bytes
/
README
File metadata and controls
22 lines (16 loc) · 614 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
XFS Interface
=============
Introduction :
XFS Interface (eXperimental File System) is an external interface to access the filesystem of the XOS. The filesystem is simulated on a binary file called ”disk.xfs”. The interface can format the disk, load/remove files, list files and copy blocks to a UNIX file.
Installation
Prerequisites :
-------------
• GCC (GNU project C and C++ compiler)
Compiling and Running :
---------------------
Run the following commands to compile and run the interface
1. make
2. ./fileSystem
Commands :
--------
Type help in the interface to display the list of commands.