Fennix-Project / Fennix

Opeating System from scratch made in C and C++

Home Page:https://fennix.enderice2.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

About

Opeating System from scratch made in C and C++

https://fennix.enderice2.com

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:CSS 45.8%Language:C++ 15.2%Language:HTML 13.8%Language:Makefile 11.6%Language:C 11.1%Language:JavaScript 2.4%Language:Shell 0.1%