mounting Mac OS .dmg files?

Jiawei Ye leafy7382 at gmail.com
Sun Nov 23 22:40:49 PST 2008


On Mon, Nov 24, 2008 at 1:21 PM, Mike Meyer
<mwm-keyword-freebsdhackers2.e313df at mired.org> wrote:
--snip--
> So while a Darwin (the OS underneath OSX) ABI would be possible -
> though it's not clear how painful because it's not clear how visible
> the MACH APIs are - it's not clear how useful it would be by
> itself. You could run OSX applications that used X11 for the GUI after
> building the appropriate libraries (just like Linux), but those apps
> are probably available native anyway.  You couldn't run applications
> that use the various and sundry Mac-specific graphics (among other
> things) frameworks, not without providing code to simulate all the
> calls provided by those frameworks - which are proprietary, and not
> part of Darwin. Which means this project now resembles WINE more than
> the Linux ABI layer.
>
>    <mike
One open-source project at least try to replicate the frameworks on
top of Windows:

http://www.cocotron.org/

As Mike mentioned this is not a trivial port and requires tweaks to
the target application source as well. So even if one is diligent
enough to get cocotron running on FreeBSD/Linux, the app itself will
have to be modified to run there.

Cheers,

Jiawei

-- 
"If it looks like a duck, walks like a duck, and quacks like a duck,
then to the end user it's a duck, and end users have made it pretty
clear they want a duck; whether the duck drinks hot chocolate or
coffee is irrelevant."


More information about the freebsd-hackers mailing list