Gentoo Prefix On Mac OS X
From Funtoo Linux
There is a way to install Gentoo so that it runs within Mac OS X. This install method is called "Gentoo Prefix".
There is a handy script you can use to install Gentoo Prefix on any Mac OS X machine. Here's how you do it. As root (sudo su -), type:
$ wget http://www.cs.stonybrook.edu/~ryao/prefix-install.sh && chmod u+x ./prefix-install.sh && env MAKEOPTS=-j5 ./prefix-install.sh
Bam!
Now, let's work on Funtoo Prefix :)