avisor
1.0.0
Avisor adalah hypervisor telanjang yang berjalan pada Raspberry Pi 3. Ini dapat digunakan untuk belajar tentang konsep dasar virtualisasi lengan dan prinsip-prinsip hypervisor dan sistem operasi.
Kompilasi dan Simulasi QEMU
./scripts/demo.sh // Compile and run the demo
./scripts/clean.sh // Clean the project
Operasi di konsol
Demo di atas akan menjalankan 4 VM tamu di hypervisor. Setelah startup, tekan Enter untuk pergi ke konsol hypervisor.
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