Support cpuid --pae.

This commit is contained in:
Vladimir Serbinenko 2013-12-17 23:27:22 +01:00
parent daaa89dbe5
commit ba14476051
3 changed files with 35 additions and 4 deletions

View file

@ -20,6 +20,7 @@
#define GRUB_CPU_CPUID_HEADER 1
extern unsigned char grub_cpuid_has_longmode;
extern unsigned char grub_cpuid_has_pae;
#ifdef __x86_64__