grub-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Grub2 on Mac OS X


From: Marco Gerards
Subject: Re: Grub2 on Mac OS X
Date: Sat, 26 Mar 2005 14:40:04 +0100
User-agent: Gnus/5.1007 (Gnus v5.10.7) Emacs/21.3 (gnu/linux)

"Yoshinori K. Okuji" <address@hidden> writes:

>> I found another glibc specific function : alloca. Used in cmain in
>> boot/powerpc/ieee1275/cmain.c. I repace it by declaring argv as an array of
>> 64 elements : char *arg[64] (should be enouth ?). As the variables are
>> allocated in the stack just like alloca do it should work just the same.
>
> This kind of functions should be complemented by a library. Look at Gnulib:
>
> http://www.gnu.org/software/gnulib/
>
> I think Gnulib contains argp as well.

It does and I would prefer using argp from gnulib.

Thanks,
Marco





reply via email to

[Prev in Thread] Current Thread [Next in Thread]