提交 679a37af 编写于 作者: G Gerd Hoffmann 提交者: malc

isapc: pick a more sane default cpu for such old hardware.

Signed-off-by: NGerd Hoffmann <kraxel@redhat.com>
上级 2c8d9340
......@@ -1450,6 +1450,8 @@ static void pc_init_isa(ram_addr_t ram_size,
const char *initrd_filename,
const char *cpu_model)
{
if (cpu_model == NULL)
cpu_model = "486";
pc_init1(ram_size, boot_device,
kernel_filename, kernel_cmdline,
initrd_filename, cpu_model, 0);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册