I'm really confused. Can somebody explane this to me?
Step 1: Get TightVNC from here:
http://downloads.sourceforge.net/vnc-tight/tightvnc-1.3.9_x86_viewer.zipStep 2: Unzip and double click on vncviewer.exe
Step 3: Click on "Listening mode"
Step 4: Get qemu from here:
http://www.h6.dion.ne.jp/~kazuw/qemu-win/qemu-0.9.0-mips.zipStep 5: Unzip qemu into some directory like C:\qemu-0.9.0-mips\
Step 6: Get hda, hdb, and kernel files from the top of this page:
http://blog.mottershead.me.uk/blog/ElonexONEt/_archives/2008/10/3/3913506.htmlStep 7: Unzip each file into the qemu directory
Step 7: Open a command prompt, go to the qemu directory and type: qemu-system-mipsel -L . -initrd initrd -kernel vmlinux-2.6.18-5-qemu -hda hda.qcow2 -hdb hdb.qcow2 -append "root=/dev/hda1 console=ttyS0"
You should now have a blank qemu window
Step 8: Press Ctrl-Alt-3
The window should now have lots of text. Wait for a login prompt
Step 9: login as root with password root
Step 10: Type run_elonex at the prompt
You should now have a VNC window pop up with a squarish version of the Elonex desktop.
Bonus step: Edit the run_elonex script in /root/bin/run_elonex and change the -geometry value to 800x480
Hope that helps