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