mirror of
https://github.com/EnderIce2/Fennix.git
synced 2025-07-13 00:09:16 +00:00
6f17b29963647771a6ff6d1cfbbf4bd93876ca7d
Why did I wrote that? The interpreter wants argv[0] to be the path of the program to be loaded. Signed-off-by: EnderIce2 <enderice2@users.noreply.github.com>
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.5%
C++
44.7%
CSS
1.7%
Makefile
1.1%
Assembly
0.7%
Other
1.1%