diff options
author | Michael Brown <mcb30@ipxe.org> | 2012-06-06 16:08:24 +0100 |
---|---|---|
committer | Michael Brown <mcb30@ipxe.org> | 2012-06-07 00:37:04 +0100 |
commit | 591541af667dbf3617b81d89f92abf01e9e1a16d (patch) | |
tree | 5f1a4e31c91b9d3533e9167b6252d0ba0724860d /src/config/defaults/pcbios.h | |
parent | 10501351597c09c70f7ec0b158eb7b1fbfa2a4d6 (diff) | |
download | ipxe-591541af667dbf3617b81d89f92abf01e9e1a16d.tar.gz |
[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/pcbios.h')
-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 */ |