Skip to content
 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

64 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Sistemas Operativos - TP0

¿De qué trata?

El TP0 es una práctica inicial para empezar a familiarizarse con algunas de las herramientas necesarias para el trabajo práctico cuatrimestral de la materia Sistemas Operativos.

Es un ejercicio corto y sirve como base para empezar el TP cuatrimestral.

Consigna

Podés encontrar la consigna en el siguiente link.




Module Runner Script for testing

This project contains a script (run-modules.sh) that automates the process of building and running four modules (kernel, cpu, memoria, and filesystem) concurrently in the same machine. Each module is run in a separate terminal window.

How to Run

Follow these steps to execute the script:

  1. Navigate to the project directory:

    cd tp-2024-2c-Undefined/
  2. Make the script executable:

    chmod +x run-modules.sh
  3. Run the script:

    ./run-modules.sh

    This will:

    • Open four terminal windows, each running a different module.
    • Each terminal window will perform the following for each module:
      • Clean the build (make clean).
      • Build the module (make).
      • Execute the module binary (./bin/{module}).

How to Kill All Open Terminals

If you want to close all the terminals opened by the script, run the following command in your main terminal:

  1. Kill all xterm processes:
    pkill xterm

This will terminate all the xterm windows that were opened by the script.

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages