xfs-interface
Folders and files
Name | Name | Last commit date | ||
---|---|---|---|---|
parent directory.. | ||||
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) • libreadline-dev (readline library for command completion) Compiling and Running : --------------------- Run the following commands to compile and run the interface 1. make 2. ./xfs-interface Commands : -------- Type help in the interface to display the list of commands.