aNdReA9111 / PandOS

µPandOS is an educational microkernel operating system
Creative Commons Zero v1.0 Universal
0 stars 0 forks source link

PandOS

µPandOS is an educational microkernel operating system

Installation and usage

  1. To use this software you need to install umps3 with your package manager, for example with apt:

    sudo apt install umps3
  2. Then, you need to clone that repository:

    git clone https://github.com/aNdReA9111/PandOS.git
  3. open the folder of the project and compile with makefile:

    cd PandOS && make
  4. then run umps3 with the following command amd create a new machine with the path of the folder of PandOS:

    umps3
  5. Use the command palette of umps3 to run.

Structure

For more information about project and/or authors (AUTHOR), see the report: Relazione.pdf

Makefile

License

This project is released under the Creative Commons License. See the LICENSE file for more details.