FennixProject
1.0.0
Qemu内で走っているFennix
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/FennixProject何かをする前に、次のパッケージをインストールする必要があります。
# 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 mtoolsこのページに従って、QEMUに必要なパッケージをインストールします。配布Makefile.conf付属のものを使用する場合は、 tools/Makefileに進み、11行目でdo_qemu QEMU_PATH削除します( all:で始まります)。
make toolsこのコマンドは、オペレーティングシステムをコンパイルするために必要なすべてのファイルをダウンロードします。
その後、オペレーティングシステムをコンパイルできるはずです。
make runまたは、実行せずにmake build 。
make clean