rusty mikanos
1.0.0
Mikanos实施用Rust编写的。

开发环境遵循官方推荐环境(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