QEMUでxv6-riscv
$ git clone git@github.com:mit-pdos/xv6-riscv.git
$ cd xv6-riscv/
$ make
$ make qemu
(実際に実行されるコマンド)
$ qemu-system-riscv64 -machine virt -bios none -kernel kernel/kernel -m 128M -smp 3 -nographic -drive file=fs.img,if=none,format=raw,id=x0 -device virtio-blk-device,drive=x0,bus=virtio-mmio-bus.0