lfn
serial
ticket/834-toolchain-update
topic/msim-upgrade
topic/simplify-dev-export
Last change
on this file since 4bd675d was 21580dd, checked in by Lukas Mejdrech <lukas@…>, 16 years ago |
Merged with network branch svn://svn.helenos.org/HelenOS/branches/network revision 4759; ipc_share_* and ipc_data_* changed to async_*; client connection in module.c returns on IPC_M_PHONE_HUNGUP; * Qemu scripts renamed to net-qe.*; (the dp8390 does not respond)
|
-
Property mode
set to
100755
|
File size:
282 bytes
|
Line | |
---|
1 | #!/bin/sh
|
---|
2 |
|
---|
3 | arguments="-vga std -M isapc -net nic,model=ne2k_isa -net user -boot d -redir udp:8080::8080 -redir udp:8081::8081 -redir tcp:8080::8080 -redir tcp:8081::8081 -cdrom image.iso"
|
---|
4 |
|
---|
5 | #qemu 0.10.2 and later 0.10.*:
|
---|
6 | #qemu $@ -no-kqemu $arguments
|
---|
7 |
|
---|
8 | #qemu 0.11:
|
---|
9 | qemu $@ $arguments
|
---|
Note:
See
TracBrowser
for help on using the repository browser.