Changes between Version 12 and Version 13 of UsersGuide/QuickStart
- Timestamp:
- 2017-04-04T17:14:34Z (8 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersGuide/QuickStart
v12 v13 8 8 == Running HelenOS in QEMU == 9 9 10 To try out HelenOS in QEMU, download the latest HelenOS ISO [http://www.helenos.org/releases/HelenOS-0. 6.0-ia32.iso image] for the IA-32 architecture. Make sure a recent enough version of QEMU is installed on your system. QEMU 2.5.0 and newer should be fine. In the directory where you downloaded the HelenOS ISO image run:10 To try out HelenOS in QEMU, download the latest HelenOS ISO [http://www.helenos.org/releases/HelenOS-0.7.0-ia32.iso image] for the IA-32 architecture. Make sure a recent enough version of QEMU is installed on your system. QEMU 2.5.0 and newer should be fine. In the directory where you downloaded the HelenOS ISO image run: 11 11 12 12 {{{ 13 13 qemu-system-i386 -enable-kvm -drive file=hdisk.img,index=0,media=disk,format=raw -device e1000,vlan=0 -net user -redir udp:8080::8080 \ 14 14 -redir udp:8081::8081 -redir tcp:8080::8080 -redir tcp:8081::8081 -redir tcp:2223::2223 -usb -device intel-hda -device hda-duplex \ 15 -boot d -cdrom HelenOS-0. 6.0-ia32.iso15 -boot d -cdrom HelenOS-0.7.0-ia32.iso 16 16 }}} 17 17