2023-03-09 06:53:49 +02:00
2023-03-04 21:20:09 +02:00
2022-11-09 19:36:35 +02:00
2023-03-09 06:53:49 +02:00
2023-03-09 06:47:14 +02:00
2023-03-06 04:20:50 +02:00
2022-11-14 07:43:30 +02:00
2023-03-06 03:34:39 +02:00
2023-02-19 01:54:45 +02:00
2023-03-02 02:33:32 +02:00
2022-10-03 02:31:05 +03:00
2022-10-17 05:18:53 +03:00
2023-03-09 06:53:31 +02:00
2022-10-03 02:31:48 +03:00
2022-10-11 02:40:32 +03:00
2023-02-16 02:30:34 +02:00
2022-12-08 10:35:32 +02:00
2022-10-17 19:16:20 +03:00
2022-11-28 08:27:36 +02:00
2022-12-29 08:06:09 +02: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%