On Sat, Sep 17, 2011 at 3:05 PM, ron minnich <[email protected]> wrote: > What would truly be interesting, since we don't need to reboot to > switch modes, would be a button to > do just that ... >
It's really easy to switch modes from the shell. To go from zygote to Inferno: stop zygote stop media start media-inferno start inferno To go from inferno to zygote: stop inferno stop media-inferno killall emu-g start media start zygote Adding an appropriate menu item in Inferno would allow you to switch back to the Java UI easily. Might be a little tougher on the Java side to go to Inferno, without being connected to a PC. John
