- umps3
- cmake-format to format code
- doxygen to generate documentation
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.
Build kernel with:
make kernel
Clean the project with:
make clean
Format code with:
make format
Generate documentation with:
make docs