This project is a minimal memory OS that can be run on a x86 machine. It is my HW for the ASC course at the University of Bucharest. The link to the HW is here.
To run the project you need to have the following tools installed:
sudo apt-get install g++-multilib
To compile the project you need to run the following command:
make vector/matrix
where vector/matrix
is the name of the program you want to run.
For example, to run the vector program you need to run the following command:
make vector