Changes between Version 1 and Version 2 of UsersGuide/RunningInQEMU


Ignore:
Timestamp:
2012-03-24T22:50:51Z (12 years ago)
Author:
Martin Sucha
Comment:

Change structure so that advanced options may be added

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide/RunningInQEMU

    v1 v2  
    33This 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].
    44
    5 == ia32 ==
     5== Basics ==
     6
     7=== ia32 ===
    68
    79{{{
     
    911}}}
    1012
    11 == amd64 ==
     13=== amd64 ===
    1214
    1315{{{
     
    1517}}}
    1618
    17 == arm32 ==
     19=== arm32 ===
    1820
    1921{{{
     
    2123}}}
    2224
    23 == ppc32 ==
     25=== ppc32 ===
    2426
    2527{{{
     
    2729}}}
    2830
    29 == sparc64 ==
     31=== sparc64 ===
    3032
    3133{{{
    3234qemu-system-sparc64 -cdrom image.iso -boot d
    3335}}}
     36
     37== Networking ==
     38
     39See source:mainline/contrib/conf/net-qe.sh
     40
     41== USB ==
     42
     43TODO