Repository for the "Operating System" course assigment. Further explanation and context can be found here (in portuguese).
Made with C and the POSIX Thread library.
You are going to need C, GCC and the POSIX libraries
First, clone this repository to your PC:
git clone https://github.com/danielferragut/BAT-Manager
Change directories to the new BAT-Manager directory created.
To compile, just run the Makefile as:
make all
Then just run the program:
./batman
- Daniel Ferragut
- Lucas Koiti