mitchellh / virtualbox

[ABANDONED] Create and modify virtual machines in VirtualBox using pure ruby.
http://mitchellh.github.com/virtualbox/
MIT License
245 stars 45 forks source link

Add freebsd support #69

Closed kmwhite closed 13 years ago

kmwhite commented 13 years ago

I added the methods to determine if we're on FreeBSD, determine the shared library location, and tests to prove the concept.

mitchellh commented 13 years ago

Thanks!