aboutsummaryrefslogtreecommitdiff
path: root/src/mptable.c
AgeCommit message (Expand)AuthorFilesLines
2009-06-21Forward port bochs smp changes; rename smpdetect.c to smp.c.Kevin O'Connor1-3/+10
2009-02-28Fix bug in emulator mptable creation - space not reserved.Kevin O'Connor1-0/+1
2009-02-27Build mptable using C 'struct's.Kevin O'Connor1-126/+68
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2008-12-14Define and consistently use BUILD_APIC_ADDR and BUILD_IOAPIC_ADDR.Kevin O'Connor1-2/+2
2008-11-08Add dprintf() status writes during startup of bios table inits.Kevin O'Connor1-0/+2
2008-08-17Remove CONFIG_QEMU option - breakout into other options.Kevin O'Connor1-5/+3
2008-07-12Add option to disable mptable generation.Kevin O'Connor1-0/+3
2008-07-04Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor1-0/+1
2008-07-04Separate out smp detection and mp table generation from rombios32.cKevin O'Connor1-0/+159