191a192,198
> # Set up the Intel MP table
> bp = X86IntelMPProcessor(
> local_apic_id = 0,
> local_apic_version = 0x14,
> enable = True,
> bootstrap = True)
> self.intel_mp_table.add_entry(bp)
192a200
>