rusty mikanos
1.0.0
Una implementación de Mikanos escrita en Rust.

El entorno para el desarrollo sigue al entorno recomendado oficial (x86-64 Ubuntu).
https://zero.osdev.jp/faq.html
Primero, configure su entorno siguiendo los pasos de configuración oficiales
Y luego ejecuta estos comandos.
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