Skip to content
This repository has been archived by the owner on Sep 19, 2022. It is now read-only.

University project for UNIBO Operating System 2021-22 course

License

Notifications You must be signed in to change notification settings

specialfish9/redesigned-octo-computing-machine

Repository files navigation

Really Optimistic Computing Machine

An implementation of the Pandos+ operating system

Dependences:

  1. umps3
  2. cmake-format to format code
  3. doxygen to generate documentation

Usage:

Build kernel, create disk image and documentation with:

make all

or just simply:

make

Note: Generated outputs file are stored in output dir. Note: Generated documentation file are stored in doc dir.

You must then create a machine in the umps3 emulator, using generated files in your configuration.

Other commands:

Build kernel with:

make kernel

Clean the project with:

make clean

Format code with:

make format

Generate documentation with:

make docs