avisor
1.0.0
Avisor는 Raspberry Pi 3에서 실행되는 Bare-Metal Hypervisor입니다. 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