Re: [PATCH] Support for OSX (replace the old one)

2009-07-20 Thread Pavel Roskin
On Sun, 2009-07-19 at 12:46 +0200, Yves Blusseau wrote: > Hi, > > here's a patch so grub-setup can be compiled and work on MacOSX. > > The only problem remaining is trampoline (nested functions), because > OSX don't want > to execute code in the heap. > > This patch is a rewriting of the last

[PATCH] Support for OSX (replace the old one)

2009-07-19 Thread Yves Blusseau
Hi, here's a patch so grub-setup can be compiled and work on MacOSX. The only problem remaining is trampoline (nested functions), because OSX don't want to execute code in the heap. This patch is a rewriting of the last patch with good identation and no misleading variables. Best Regards

[PATCH] Support for OSX (replace the old one)

2009-07-19 Thread Yves Blusseau
Hi, here's a patch so grub-setup can be compiled and work on MacOSX. The only problem remaining is trampoline (nested functions), because OSX don't want to execute code in the heap. This patch is a rewriting of the last patch with good identation and no misleading variables. Best Regards