/pseudo-os

Implementation of a pseudo-OS

Primary LanguagePython

Pseudo-OS

Implementation of a pseudo-OS containing a module for memory management, processes management, resources management, processes queues based on priority, and a file system. This was the final project for the course of Operating Systems (Fundamentos de Sistemas Operacionais), lectured in the semester 1/2021 for the Computer Science degree.

Execute

  $ python src/dispatcher.py input/<processes> input/<file system>