rusty mikanos
1.0.0
Rust로 작성된 Mikanos 구현.

개발 환경은 공식 권장 환경 (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