Document cpuid -p
This commit is contained in:
parent
ae3b83a4d4
commit
5f2b285bf8
1 changed files with 4 additions and 1 deletions
|
@ -4073,12 +4073,15 @@ after @command{configfile} returns.
|
||||||
@node cpuid
|
@node cpuid
|
||||||
@subsection cpuid
|
@subsection cpuid
|
||||||
|
|
||||||
@deffn Command cpuid [-l]
|
@deffn Command cpuid [-l] [-p]
|
||||||
Check for CPU features. This command is only available on x86 systems.
|
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
|
With the @option{-l} option, return true if the CPU supports long mode
|
||||||
(64-bit).
|
(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
|
If invoked without options, this command currently behaves as if it had been
|
||||||
invoked with @option{-l}. This may change in the future.
|
invoked with @option{-l}. This may change in the future.
|
||||||
@end deffn
|
@end deffn
|
||||||
|
|
Loading…
Reference in a new issue