Skip to content

lucas-koiti/BAT-Manager

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

30 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

BATMAN - A BAT manager

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.

Prerequisites

You are going to need C, GCC and the POSIX libraries

How to compile and tun

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, run the GCC as:

gcc main.c -o main -lpthread

Then just run the program:

./main

Authors

  • Daniel Ferragut
  • Lucas Koiti

About

Assignment for the 'Operating Systems' course.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors

Languages

  • C 81.6%
  • C++ 18.4%