본문 바로가기

작업일지/Embedded

QEMU

1. 이미지 생성

qemu-img.exe create -f qcow window.img 1500M

2. CD 부팅

qemu -L . -hda window.img -cdrom XX.iso -boot d

3. 하드 부팅

qemu -hda window.img