rusty mikanos
1.0.0
Uma implementação de Mikanos escrita em ferrugem.

O ambiente para o desenvolvimento segue o ambiente oficial recomendado (x86-64 Ubuntu).
https://zero.osdev.jp/faq.html
Primeiro, configure seu ambiente após as etapas oficiais de configuração
E depois execute esses 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