Changes between Version 11 and Version 12 of UsersGuide/RunningInQEMU
- Timestamp:
- 2014-12-18T16:07:51Z (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TabularUnified UsersGuide/RunningInQEMU
v11 v12 51 51 === mips32 === 52 52 53 HelenOS currently does not support a QEMU-supported machine. Try using one of the other simulators. 54 See also ticket #417. 53 HelenOS has limited support for MIPS Malta. 54 55 Big-endian Malta: 56 57 {{{ 58 qemu-system-mips -cpu 4Kc -kernel image.boot -nographic 59 }}} 60 61 Little-endian Malta: 62 {{{ 63 qemu-system-mipsel -cpu 4Kc -kernel image.boot -nographic 64 }}} 65 55 66 56 67 == Serial ports ==