From: Vladimir Serbinenko Date: Fri, 22 Jan 2016 12:50:53 +0000 (+0100) Subject: Document cpuid -p X-Git-Tag: 2.02-beta3~61 X-Git-Url: http://git.ipfire.org/gitweb/gitweb.cgi?a=commitdiff_plain;h=5f2b285bf8d645bf0c7a46dd5434d83824f23278;p=thirdparty%2Fgrub.git Document cpuid -p --- diff --git a/docs/grub.texi b/docs/grub.texi index f9173cc27..0afdd8ccd 100644 --- a/docs/grub.texi +++ b/docs/grub.texi @@ -4073,12 +4073,15 @@ after @command{configfile} returns. @node cpuid @subsection cpuid -@deffn Command cpuid [-l] +@deffn Command cpuid [-l] [-p] Check for CPU features. This command is only available on x86 systems. With the @option{-l} option, return true if the CPU supports long mode (64-bit). +With the @option{-p} option, return true if the CPU supports Physical +Address Extension (PAE). + If invoked without options, this command currently behaves as if it had been invoked with @option{-l}. This may change in the future. @end deffn