La base del planificador, ram y filesystem son la misma. Hicimos el planificador y luego los otros dos. Tomamos esta decisión para porque permitira un desarrollo donde la arquitectura de todos los modulos sea siempre la misma.
Distribución de carpetas:
- tp-2021
- modulo_tp
- src
- main.c
- sub-library
- sub-library.c
- sub-library.h
- tests
- test_sub-library.c
- makefile
- makefile
- src
- shared
- tests
- makefile
- test_shared-helper.c
- shared-helper.c
- shared-helper.h
- tests
- makefile
- modulo_tp
make d
make r
make m
make allmake clean-d
make clean-r
make clean-m
make clean-s
make cleanmake test-d
make test-r
make test-m
make test-s
make testmake valgrind-d
make valgrind-r
make valgrind-m
make valgrind-smake run-d
make run-r
make run-m