FennixProject
1.0.0
Fennix running inside QEMU
Before you do anything, remember that this project is in the early stages of development.
Most things are very unstable or broken.
git clone --recurse-submodules https://github.com/EnderIce2/FennixProjectBefore doing anything, you must install the following packages:
# Debian Based Systems
sudo apt-get install make gcc-mingw-w64-x86-64 gcc-mingw-w64-i686 mingw-w64 qemu qemu-kvm xorriso genisoimage ovmf nasm doxygen build-essential bison flex libgmp3-dev libmpc-dev libmpfr-dev texinfo mtoolsAnd follow this page to install the required packages for QEMU.
If you want to use the one that comes with your distribution, go on tools/Makefile and remove do_qemu at line 11 (starts with all:) and update QEMU_PATH variable inside Makefile.conf.
make toolsThis command will download all the required files to compile the operating system.
After that, you should be able to compile the operating system.
make runor make build to build it without running.
make clean