Skip to content

Fennix-Project/Fennix

Repository files navigation

Fennix

Opeating System from scratch made in C and C++


How to compile & run

  • Clone repo using:
git clone --recurse-submodules https://github.com/Fennix-Project/Fennix.git
  • Build the cross-compiler and other tools:
make tools
  • Compile using:
make build
  • Run using:
make run
  • Clean using:
make clean

More info about compiling and running here.