Changes between Version 1 and Version 2 of UsersGuide/RunningInQEMU
- Timestamp:
- 2012-03-24T22:50:51Z (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersGuide/RunningInQEMU
v1 v2 3 3 This page describes how to use QEMU to run various HelenOS images you either [http://www.helenos.org/download downloaded] or [wiki:UsersGuide/CompilingFromSource built yourself]. 4 4 5 == ia32 == 5 == Basics == 6 7 === ia32 === 6 8 7 9 {{{ … … 9 11 }}} 10 12 11 == amd64==13 === amd64 === 12 14 13 15 {{{ … … 15 17 }}} 16 18 17 == arm32==19 === arm32 === 18 20 19 21 {{{ … … 21 23 }}} 22 24 23 == ppc32==25 === ppc32 === 24 26 25 27 {{{ … … 27 29 }}} 28 30 29 == sparc64==31 === sparc64 === 30 32 31 33 {{{ 32 34 qemu-system-sparc64 -cdrom image.iso -boot d 33 35 }}} 36 37 == Networking == 38 39 See source:mainline/contrib/conf/net-qe.sh 40 41 == USB == 42 43 TODO