qword
1.0.0

申し訳ありません。
更新されなくなるこの廃止プロジェクトに対してPRや未解決の問題を送信しないでください。
ライセンス(ライセンス.MD)が尊重されている限り、コードを自由にチェックアウトし、フォークすることができます。
名前が示すように、これは単なるカーネルです。システム全体を構築するには、https://github.com/qword-os/buildの指示に従ってください。
これらは、ビルドに必要なツールです。
git (最初のダウンロードのみ)。bash 。make 。gcc 、8以上。nasm 。objcopy 。qemu (テストする)。clang (テストする)。llvm (テストするため)。 # Clone repo wherever you like and enter.
git clone https://github.com/qword-os/qword.git
cd qword
# Make the kernel, you can replace the 4 in -j4 with your number of cores + 1.
make clean && make -j4
# Install in PREFIX, may need root permissions depending on the place.
sudo make install PREFIX=..
# Uninstall if needed in the specified PREFIX.
sudo make uninstall PREFIX=..