jesus-barrera / process-scheduler

Simulación de algunos algoritmos de planificación de procesos

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Paging

Requirements

  • ncurses 6.0
  • c++ compiler

Compile and run

From the project root:

# compile source
$ make

# run the executable file
$ bin/scheduler

About

Simulación de algunos algoritmos de planificación de procesos


Languages

Language:C++ 99.3%Language:Makefile 0.4%Language:C 0.2%