ソースを参照

[efi] Enable "cpuid" command by default for EFI

Signed-off-by: Michael Brown <mcb30@ipxe.org>
tags/v1.20.1
Michael Brown 11年前
コミット
9f75ee9ddb
1個のファイルの変更1行の追加0行の削除
  1. 1
    0
      src/config/defaults/efi.h

+ 1
- 0
src/config/defaults/efi.h ファイルの表示

@@ -25,5 +25,6 @@
25 25
 #define	IMAGE_SCRIPT		/* iPXE script image support */
26 26
 
27 27
 #define	REBOOT_CMD		/* Reboot command */
28
+#define	CPUID_CMD		/* x86 CPU feature detection command */
28 29
 
29 30
 #endif /* CONFIG_DEFAULTS_EFI_H */

読み込み中…
キャンセル
保存