Guillem Jover <[EMAIL PROTECTED]> writes:
Hi Guillem,
> The grub_str* functions are taking 'char *' arguments, but in some
> cases in the code they are given 'usigned char *' for example. 'char'
> is not guaranteed to be signed or usigned on a given architecture, so
> for strings it should not be
Hi,
On Tue, Sep 20, 2005 at 04:17:04PM +0200, Marco Gerards wrote:
> What I didn't do is testing the result on an AMD64 box, I will do that
> later (it means rebooting my desktop, which I prefer not to do that
> often...). There are some warnings on the AMD64 that do not show up
> on the PC. I h
"Yoshinori K. Okuji" <[EMAIL PROTECTED]> writes:
> On Tuesday 20 September 2005 04:17 pm, Marco Gerards wrote:
>> Here is a patch to make it possible to build GRUB 2 on the AMD64. I
>> hope this is the cleanest way to solve this, but please correct me if
>> I am wrong; I am not that familiar with
On Tuesday 20 September 2005 04:17 pm, Marco Gerards wrote:
> Here is a patch to make it possible to build GRUB 2 on the AMD64. I
> hope this is the cleanest way to solve this, but please correct me if
> I am wrong; I am not that familiar with autoconf, etc.
I thought you were working on pure 64-