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

Latest commit

 

History

History
53 lines (36 loc) · 780 Bytes

File metadata and controls

53 lines (36 loc) · 780 Bytes

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