-
$header$ directory consist of header file system -
$bin$ directory consist of all binary file generated. The File system executable is named as FileSystem.out -
$obj$ directory consist of all object file genearated during compilation -
$src$ directory consist of the src file for the file system - To perform the operation on file system make change in
$main.c$ file in$src$ directory
- gcc-9.5.0
- ubuntu
make build
make clean
make clean
make build
make run
make export
make release
- Fresh Compilation of Project
make release
- Running the GDB Debugger
make debug
- After the GDB Started
run
- For exitting the GDB Debugger
q