avisor
1.0.0
Avisor是在Raspberry Pi 3上运行的裸机管理程序。它可用于了解ARM虚拟化的基本概念以及管理程序和操作系统的原理。
汇编和QEMU模拟
./scripts/demo.sh // Compile and run the demo
./scripts/clean.sh // Clean the project
控制台
以上演示将在管理程序上运行4个来宾VM。启动后,按Enter进入管理程序的控制台。
help // Print the help
vml // Display the current Guest VMs info
vmc <vm id> // Switch from the hypervisor's console to a Guest VM's console
@+0 // Switch back to the hypervisor's console from a Guest VM's console
ls // List all files (VM images)
vmld <images> <load addr> <entry addr> // Load a VM image and run it