Changes between Version 11 and Version 12 of UsersGuide/RunningInQEMU


Ignore:
Timestamp:
2014-12-18T16:07:51Z (9 years ago)
Author:
Jakub Jermář
Comment:

Update QEMU command line for MIPS Malta.

Legend:

Unmodified
Added
Removed
Modified
  • UsersGuide/RunningInQEMU

    v11 v12  
    5151=== mips32 ===
    5252
    53 HelenOS currently does not support a QEMU-supported machine. Try using one of the other simulators.
    54 See also ticket #417.
     53HelenOS has limited support for MIPS Malta.
     54
     55Big-endian Malta:
     56
     57{{{
     58qemu-system-mips -cpu 4Kc -kernel image.boot -nographic
     59}}}
     60
     61Little-endian Malta:
     62{{{
     63qemu-system-mipsel -cpu 4Kc -kernel image.boot -nographic
     64}}}
     65
    5566
    5667== Serial ports ==