Skip to content

Instantly share code, notes, and snippets.

@psxdev
Last active January 11, 2016 11:03
Show Gist options
  • Star 1 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save psxdev/dcf8782a083e535725a8 to your computer and use it in GitHub Desktop.
Save psxdev/dcf8782a083e535725a8 to your computer and use it in GitHub Desktop.
Run rejuvenate from osx command prompt with virtualbox
1. virtualbox windows guest machine running on osx
2. put following lines in a launcher.bat file in c:\rejuvenate-0.2-beta :
cd c:\rejuvenate-0.2-beta
run_homebrew hello_world.elf
3.Run from osx following command
VBoxManage guestcontrol "yourwindowsguestvmname" --username "yourwindowsguestusername" --password "yourwindowsguespassword" run --exe "c:/rejuvenate-0.2-beta/launcher.bat" --verbose --wait-stdout --wait-stderr
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment