2009年11月25日 星期三

running qemu as daemon

I am using another way:
qemu -hda /qemu/xp.cow -boot c -cdrom /data/install/admin/os/windows/winxpsp3ue.iso -m 384 -k es -vnc *:0 -daemonize -localtime
-vnc *:0 to run a vnc server wich I can connect from anywhere (that's the asterisk for - *) on the display 0

-k es when using VNC instead of SDL you have to specify the keyboard layout, I am using spanish

-daemonize this keeps the process running as a daemon.

-localtime with this clock is set to the hardware clock, not utc. This is for windows

So, when i want to connect back i just use

沒有留言:

張貼留言