aboutsummaryrefslogtreecommitdiffstats
path: root/src/mptable.c
Commit message (Expand)AuthorAgeFilesLines
* Fix bug in emulator mptable creation - space not reserved.Kevin O'Connor2009-02-281-0/+1
* Build mptable using C 'struct's.Kevin O'Connor2009-02-271-126/+68
* Change license from GPLv3 to LGPLv3.Kevin O'Connor2009-01-151-1/+1
* Define and consistently use BUILD_APIC_ADDR and BUILD_IOAPIC_ADDR.Kevin O'Connor2008-12-141-2/+2
* Add dprintf() status writes during startup of bios table inits.Kevin O'Connor2008-11-081-0/+2
* Remove CONFIG_QEMU option - breakout into other options.Kevin O'Connor2008-08-171-5/+3
* Add option to disable mptable generation.Kevin O'Connor2008-07-121-0/+3
* Extract 'struct bregs' out of biosvar.h; clean up header includes.Kevin O'Connor2008-07-041-0/+1
* Separate out smp detection and mp table generation from rombios32.cKevin O'Connor2008-07-041-0/+159