2023-10-09 01:35:35 +03:00
2023-06-12 02:40:11 +03:00
2023-03-29 03:03:42 +03:00
2023-10-09 01:32:34 +03:00
2023-09-07 04:26:14 +03:00
2023-05-20 04:31:24 +03:00
2023-08-24 04:55:09 +03:00
2023-10-07 22:01:51 +03:00
2023-09-07 04:26:14 +03:00
2023-05-20 16:39:35 +03:00
2023-05-20 04:31:24 +03:00
2023-05-20 04:31:24 +03:00
2022-10-17 05:18:53 +03:00
2023-09-07 04:26:14 +03:00
2023-05-11 19:05:40 +03:00
2023-08-24 04:50:13 +03:00
2022-10-11 02:40:32 +03:00
2023-08-24 04:49:51 +03:00
2023-08-24 04:48:15 +03:00
2022-10-17 19:16:20 +03:00
2023-10-09 01:35:35 +03:00
2023-10-09 01:35:35 +03:00

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.

Languages
C 50.6%
C++ 44.6%
CSS 1.7%
Makefile 1.1%
Assembly 0.7%
Other 1.1%