asor
1.0.0
ASOR is a simple virtualization management software (VMM) used to help people understand the basic concepts of hardware-assisted virtualization and the implementation of virtualization management software.
Reference ASOR - Virtual Machine Implementation Based on x86 Architecture
Compile and run
make // 编译asor二进制
make img // 制作asor QEMU启动硬盘
make qemu // 加载asor二进制启动盘到QEMU运行
x86-run x86/asor.flat // 直接在QEMU中运行asor