====== on windown ====== ===== 가상 네트워크 어댑터 설치 ===== *[[http://www.openvpn.net/index.php/open-source/downloads.html|openvpn]]을 다운받아 TAP Virtual Ethernet Adapter 만 설치 *네트워크 어댑터 이름을 "qemu-net" 으로 변경 *안쓰는 로컬 대역대의 주소 설정 ex) 192.168.20.1 ===== QEMU 설치 ===== 참고문서 : [[http://www.aurel32.net/info/debian_arm_qemu.php|Debian on an emulated ARM machine]] *[[http://homepage3.nifty.com/takeda-toshiya/qemu/index.html|QEMU for windows]]를 받아 적당한 곳에 압축 품 *qemu에서 사용할 이미지 생성 (5G) qemu-img create -f qcow hda.img 5G *[[http://www.arm.com/products/DevTools/VersatileFamily.html|versatile board]]용 prebuilt된 [[http://people.debian.org/~aurel32/arm-versatile/|linux 이미지]]들을 다운로드 *[[http://people.debian.org/~aurel32/arm-versatile/vmlinuz-2.6.18-6-versatile|vmlinux]] *[[http://ftp.de.debian.org/debian/dists/etch/main/installer-arm/current/images/rpc/netboot/initrd.gz|initrd for debian etch install]] *[[http://people.debian.org/~aurel32/arm-versatile/initrd.img-2.6.18-6-versatile|initrd]] *다음 내용을 스크립트 파일로 만들어 실행 SET SDL_VIDEODRIVER=windib SET SDL_AUDIODRIVER=dsound SET QEMU_AUDIO_DRV=dsound qemu-system-arm -M versatilepb -kernel vmlinuz-2.6.18-6-versatile -initrd initrd.gz -hda hda.img -append "root=/dev/ram" \ -m 256 -localtime -net nic -net tap,ifname=qemu-net