No description
  • C 98.2%
  • Makefile 1.8%
Find a file
2019-08-10 19:26:47 +05:30
Makefile Use Q1 and Q2 on Makefile 2019-08-10 12:11:36 +05:30
Q1.c Fix usage 2019-08-10 12:07:33 +05:30
Q2.c Fix usage 2019-08-10 12:07:33 +05:30
README.md Update README 2019-08-10 19:26:47 +05:30

Operating Systems — Assignment 1

Build

To build:

make

This will produce two binaries Q1 and Q2.

Run

Question 1

./Q1 file.bin

this willl create a directory called Assignment in the current directory (if it does not already exist) and place a file called file.bin inside it with the contents reversed.

Question 2

./Q2 Assignment/ file.bin Assignment/file.bin

Assignment/ is the directory to be checked, and file.bin and Assignment/file.bin are the two files to be checked.