rusty mikanos
1.0.0
Une implémentation Mikanos écrite en rouille.

L'environnement pour le développement suit l'environnement officiel recommandé (x86-64 Ubuntu).
https://zero.osdev.jp/faq.html
Tout d'abord, configurez votre environnement après les étapes de configuration officielles
Puis exécutez ces commandes.
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