Rev 4603 | Go to most recent revision | Details | Compare with Previous | Last modification | View Log | RSS feed
| Rev | Author | Line No. | Line |
|---|---|---|---|
| 4166 | mejdrech | 1 | #!/bin/sh |
| 2 | |||
| 4744 | mejdrech | 3 | arguments="-vga std -M isapc -net nic,model=ne2k_isa -net user -boot d -cdrom image.iso -redir udp:8080::8080 -redir udp:8081::8081 -redir tcp:8080::8080 -redir tcp:8081::8081" |
| 4 | |||
| 4332 | mejdrech | 5 | #qemu 0.10.2 only (NOT qemu 0.9.1!) |
| 4744 | mejdrech | 6 | #qemu $@ -no-kqemu $arguments |
| 7 | #qemu 0.11 |
||
| 8 | qemu $@ $arguments |