moved mp config table to a safer place
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@1709 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
cd072e01d8
commit
87022ff52b
2
hw/pc.c
2
hw/pc.c
@ -466,7 +466,7 @@ static void bios_add_mptable(uint8_t *bios_data)
|
||||
if (smp_cpus <= 1)
|
||||
return;
|
||||
|
||||
mp_config_table = bios_data + 0xcc00;
|
||||
mp_config_table = bios_data + 0xb000;
|
||||
q = mp_config_table;
|
||||
putstr(&q, "PCMP"); /* "PCMP signature */
|
||||
putle16(&q, 0); /* table length (patched later) */
|
||||
|
Loading…
Reference in New Issue
Block a user