EnderIce2 efb3a80ffd
signal: Remove redundant static assertions for signal flags
Signed-off-by: EnderIce2 <enderice2@protonmail.com>
2025-01-04 06:03:17 +02:00
2024-12-29 22:43:20 +02:00
2024-11-29 04:24:27 +02:00
2024-12-26 05:45:06 +02:00
2024-11-20 04:26:09 +02:00
2025-01-03 21:51:17 +02:00
2024-12-11 04:48:16 +02:00
2024-11-28 04:47:30 +02:00
2024-11-29 05:05:49 +02:00
2024-11-28 04:47:30 +02:00
2024-11-27 01:19:24 +02:00
2024-11-26 03:27:08 +02:00
2024-11-26 03:27:08 +02:00
2024-11-29 04:24:27 +02:00
2024-11-27 01:19:24 +02: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/EnderIce2/Fennix.git
  • Build the cross-compiler and other tools:
make tools
  • Compile using:
make build
  • Run using:
make run
  • Clean using:
make clean
Languages
C 50.6%
C++ 44.6%
CSS 1.7%
Makefile 1.1%
Assembly 0.7%
Other 1.1%