https://github.com/matiasjastrebow/tp-so-1c-2024-c-comenta
Trabajo Práctico de la asignatura Sistemas Operativos de la UTN, presentado en la primera entrega sin fallas
https://github.com/matiasjastrebow/tp-so-1c-2024-c-comenta
bash c concurrency filesystem linux memory-management multiplexing pthread readline semaphore sockets threads
Last synced: about 2 months ago
JSON representation
Trabajo Práctico de la asignatura Sistemas Operativos de la UTN, presentado en la primera entrega sin fallas
- Host: GitHub
- URL: https://github.com/matiasjastrebow/tp-so-1c-2024-c-comenta
- Owner: MatiasJastrebow
- Created: 2024-08-04T23:08:40.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2024-08-04T23:32:40.000Z (10 months ago)
- Last Synced: 2025-02-17T06:56:41.752Z (3 months ago)
- Topics: bash, c, concurrency, filesystem, linux, memory-management, multiplexing, pthread, readline, semaphore, sockets, threads
- Language: C
- Homepage:
- Size: 405 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# TP Sistemas Operativos - 1er Cuatrimestre 2024
Simulación de un sistema operativo distribuido en 4 modulos con algoritmo de paginacion simple y file system de asignacion contigua
## Grupo "fossil"
| Apellido y Nombre | GitHub user |
|-------------------|-------------|
| Grifman, Uriel | [@uriGrif](https://github.com/uriGrif) |
| Jastrebow, Matias | [@MatiasJastrebow](https://github.com/MatiasJastrebow) |
| Mendez, Santiago | [@santymendez](https://github.com/santymendez) |
| Nicolau, Marcos | [@MarcosNicolau](https://github.com/MarcosNicolau) |
| Turri, Gonzalo | [@GonTurri](https://github.com/GonTurri) |## Enunciado
[link al enunciado](https://docs.google.com/document/d/1-AqFTroovEMcA1BfC2rriB5jsLE6SUa4mbcAox1rPec/edit)
### Si queres probar o compilar el trabajo, tene en cuenta que este solo esta pensado para que funcione en un entorno controlado provisto por la [Cátedra](https://docs.utnso.com.ar/recursos/vms) (VM)
### Si tenes alguna duda de como funciona el código podes contactar a los autores