xantiagoma / ProcessScheduler

2016-1 Practice in the Course of Operating Systems

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

*GRACIAS A: UN POCO DE GINEBRA Y UNA TORMENTA EN CALDAS*

-----------------------------------------------------------------------
		PRACTICA DE SISTEMAS OPERATIVOS 2016-1

EQUIPO [257s16fortytwo]
***************************************************************************
*    >| Juan Daniel Arboleda
*    >| Luis David Hurtado
*    >| Santiago Montoya Angarita
***************************************************************************
*
*       LENGUAJE: C++ v 11.
*	PARA ENTRAR EN MOODO DEBUG,   >make debug
*	PARA COMPILAR DE MODO NORMAL, >make
*
***************************************************************************
*   Se deben tener las tres variables de anviente en nuestro sistema:
*      >| PLN_DIR_TAREAS   
*      >| PLN_DIR_PLP
*      >| PLN_DIR_PCP
***************************************************************************
*   GERARQUIA DE LA PRACTICA
*
*	+-- <nombreproyecto>
*	|-- Install.txt
*	|-- Makefile
*	|-- Readme.txt
*	|-- miembros.xml
*	+-- bin
*	+-- examples
*	+-- src
***************************************************************************
*    MODO DE USO
*
*    ./planificador -l <nombre> -n <nProcesos> -t <idProceso> <nHilos> ...
*
***************************************************************************
*    BIBLIOTECAS USADAS
*	 Estas bibliotecas se pueden observar en los #include de los ficheros
*    
*    |-- <string>
*    |-- <map>
*    |-- <unistd.h>
*    |-- <typeinfo>
*	 |-- <semaphore.h>
*	 |-- <pthread.h>
*	 |-- <vector>
*	 |-- <sys/wait.h>
*	 |-- <cstring>
*	 |-- <cstdlib>
*	 |-- <signal.h>
*	 |-- <algorithm>
*
**************************************************************************

About

2016-1 Practice in the Course of Operating Systems


Languages

Language:C++ 96.3%Language:C 2.1%Language:Makefile 1.6%