Skip to content

Latest commit

 

History

History
17 lines (11 loc) · 539 Bytes

README.md

File metadata and controls

17 lines (11 loc) · 539 Bytes

OS-Simulator

This is the final project for Operating Systems course which we build a simulator for the OS kernel like process management and memory management.


Some Notes:

  1. You can use Makefile to build and run your project

  2. To compile your project, use the command:
    make

  3. To run your project, use the command:
    make run

  4. If you added a file to your project add it to the build section in the Makefile

  5. Always start the line with a tab in Makefile, it is its syntax