diff options
author | Michael Brown | 2012-06-06 17:08:24 +0200 |
---|---|---|
committer | Michael Brown | 2012-06-07 01:37:04 +0200 |
commit | 591541af667dbf3617b81d89f92abf01e9e1a16d (patch) | |
tree | 5f1a4e31c91b9d3533e9167b6252d0ba0724860d /src/config/defaults | |
parent | [contrib] Update bochsrc.txt to latest version of bochs (diff) | |
download | ipxe-591541af667dbf3617b81d89f92abf01e9e1a16d.tar.gz ipxe-591541af667dbf3617b81d89f92abf01e9e1a16d.tar.xz ipxe-591541af667dbf3617b81d89f92abf01e9e1a16d.zip |
[cmdline] Add "cpuid" command
Allow x86 CPU feature flags (such as support for 64-bit mode) to be
checked using the "cpuid" command.
Signed-off-by: Michael Brown <mcb30@ipxe.org>
Diffstat (limited to 'src/config/defaults')
-rw-r--r-- | src/config/defaults/pcbios.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/config/defaults/pcbios.h b/src/config/defaults/pcbios.h index b68186f1..c52fca97 100644 --- a/src/config/defaults/pcbios.h +++ b/src/config/defaults/pcbios.h @@ -36,5 +36,6 @@ FILE_LICENCE ( GPL2_OR_LATER ); #define SANBOOT_PROTO_FCP /* Fibre Channel protocol */ #define REBOOT_CMD /* Reboot command */ +#define CPUID_CMD /* x86 CPU feature detection command */ #endif /* CONFIG_DEFAULTS_PCBIOS_H */ |