Skip to content

Latest commit

 

History

History
20 lines (12 loc) · 398 Bytes

README.md

File metadata and controls

20 lines (12 loc) · 398 Bytes

QuadOS

This is a kernel with modular design. It aims to make all modules pluggable.

Environment requirements

  • Rustup
  • Python3

How to use

The quados file in the root directory is a python script to run. It provides the most function you would use to run kernel.

# Run Simple 
./quados qemu

quados file contains much arguments to deal with multiple platforms.