Skip to content

AlexanderArmua/AmongOS

Repository files navigation

tp-2021-1c-Sin-miedo-a-recursar

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
    • shared
      • tests
        • makefile
        • test_shared-helper.c
      • shared-helper.c
      • shared-helper.h
    • makefile

Compilar Proyectos

make d
make r
make m
make all

Limpiar archivos clean

make clean-d
make clean-r
make clean-m
make clean-s
make clean

Ejecutar los tests

make test-d
make test-r
make test-m
make test-s
make test

Ejecutar Valgrind

make valgrind-d
make valgrind-r
make valgrind-m
make valgrind-s

Ejecutar proyectos previamente compilados

make run-d
make run-r
make run-m

About

Personal basic project for a paper in the UTN

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors