Skip to content

A minimal "OS" to manage memory, written in Assembly x86 AT&T syntax | ASC 2024 Lab HW

Notifications You must be signed in to change notification settings

infernosalex/memory-manager-os

Repository files navigation

Minimal memory OS

Minimal memory OS  logo
GitHub

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.

How to run the project

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

About

A minimal "OS" to manage memory, written in Assembly x86 AT&T syntax | ASC 2024 Lab HW

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published