mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-05-27 15:04:31 +00:00
Some checks failed
Build OS / Deploy Documentation to GitHub Pages (push) Failing after 53s
Build OS / Build Cross-Compiler & Toolchain (push) Failing after 17m52s
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
Fennix
Opeating System from scratch made in C and C++
How to compile & run
- Clone repo using:
git clone --recurse-submodules https://github.com/EnderIce2/Fennix.git
- Build the cross-compiler and other tools:
make tools
- Compile using:
make build
- Run using:
make run
- Clean using:
make clean
Description
Languages
C
50.6%
C++
44.6%
CSS
1.7%
Makefile
1.1%
Assembly
0.7%
Other
1.1%