Skip to content
This repository was archived by the owner on Nov 26, 2024. It is now read-only.

Fennix-Project/Fennix

Folders and files

NameName
Last commit message
Last commit date

Latest commit

26b9c8e · Nov 20, 2024
Jan 19, 2024
Mar 29, 2023
Nov 20, 2024
Nov 20, 2024
Feb 28, 2024
Nov 20, 2024
Nov 20, 2024
Nov 20, 2024
Nov 20, 2024
Jan 19, 2024
Jan 19, 2024
Jan 19, 2024
Nov 20, 2024
Nov 20, 2024
May 11, 2023
Nov 20, 2024
Nov 20, 2024
Oct 10, 2022
Nov 14, 2022
Nov 20, 2024
Nov 20, 2024
Oct 17, 2022
Oct 8, 2023
Oct 8, 2023

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.