grub-devel
[Top][All Lists]
Advanced

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

Re: [PATCH] Fail gracefuly when attempting to load 64-bit kFreeBSD on IA


From: Felix Zielcke
Subject: Re: [PATCH] Fail gracefuly when attempting to load 64-bit kFreeBSD on IA32 CPU
Date: Thu, 08 Oct 2009 12:12:11 +0200

Am Mittwoch, den 07.10.2009, 23:13 +0200 schrieb Robert Millan:

>         (grub_cpuid_has_longmode): ... this.  Update all users.  Remove
>         `unsigned' attribute.

I think that should be `static' not `unsigned':

-static unsigned char has_longmode = 0;
+unsigned char grub_cpuid_has_longmode = 0;

But don't we need to add now an `insmod cpuid' in grub-mkconfig so that
this actually works / is useful?
Or does the cpuid command get loaded automatically somewhere already?

-- 
Felix Zielcke
Proud Debian Maintainer and GNU GRUB developer





reply via email to

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