Revision 190cd021 hw/pc.c

b/hw/pc.c
1137 1137
    .name = "pc",
1138 1138
    .desc = "Standard PC",
1139 1139
    .init = pc_init_pci,
1140
    .ram_require = VGA_RAM_SIZE + PC_MAX_BIOS_SIZE,
1141 1140
    .max_cpus = 255,
1142 1141
};
1143 1142

  
......
1145 1144
    .name = "isapc",
1146 1145
    .desc = "ISA-only PC",
1147 1146
    .init = pc_init_isa,
1148
    .ram_require = VGA_RAM_SIZE + PC_MAX_BIOS_SIZE,
1149 1147
    .max_cpus = 1,
1150 1148
};

Also available in: Unified diff