rusty mikanos
1.0.0
さびに書かれたミカノスの実装。

開発のための環境は、公式の推奨環境(x86-64 ubuntu)に従います。
https://zero.osdev.jp/faq.html
まず、公式のセットアップ手順に従って環境をセットアップします
そして、これらのコマンドを実行します。
git submodule update --init --recursive
./kernel/usb/setup.sh # build the kernel and all applications then launch rusty mikanos using QEMU
./run_qemu.sh -k --apps=all
# build the official MikanOS and launch it if you want to check
./run_qemu.sh -o