Changes between Version 19 and Version 20 of UsersGuide/RunningInQEMU
- Timestamp:
- 2019-08-19T19:13:10Z (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
UsersGuide/RunningInQEMU
v19 v20 64 64 65 65 {{{ 66 qemu-system-mips -cpu 4Kc -kernel image.boot - nographic66 qemu-system-mips -cpu 4Kc -kernel image.boot -append "console=devices/\\hw\\pci0\\00:0a.0\\com1\\a" -nographic 67 67 }}} 68 68 69 69 For little-endian Malta, do: 70 70 {{{ 71 qemu-system-mipsel -cpu 4Kc -kernel image.boot - nographic71 qemu-system-mipsel -cpu 4Kc -kernel image.boot -append "console=devices/\\hw\\pci0\\00:0a.0\\com1\\a" -nographic 72 72 }}} 73 73