EnderIce2 ce4ebaf6c5
Some checks failed
Build OS / Deploy Documentation to GitHub Pages (push) Failing after 1m14s
Build OS / Build Cross-Compiler & Toolchain (push) Failing after 1m2s
Build OS / Build GNU-EFI (push) Failing after 7s
Build OS / Analyze with CodeQL (cpp) (push) Has been skipped
Build OS / Build amd64 (push) Has been skipped
Build OS / Build i386 (push) Has been skipped
Build OS / Build aarch64 (push) Has been skipped
Remove submodule
2024-11-20 05:49:33 +02:00
2024-01-19 06:53:16 +02:00
2024-11-15 01:54:21 +02:00
2024-11-20 04:26:09 +02:00
2024-11-20 04:29:11 +02:00
2024-11-20 05:49:33 +02:00
2024-11-20 04:29:11 +02:00
2024-01-19 06:53:16 +02:00
2024-01-19 06:53:16 +02:00
2024-11-20 04:26:09 +02:00
2023-05-11 19:05:40 +03:00
2024-11-20 04:29:11 +02:00
2022-10-11 02:40:32 +03:00
2024-11-20 04:26:09 +02:00
2024-11-20 04:26:09 +02: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%