aboutsummaryrefslogtreecommitdiff
path: root/src/smpdetect.c
AgeCommit message (Expand)AuthorFilesLines
2009-01-15Change license from GPLv3 to LGPLv3.Kevin O'Connor1-1/+1
2008-12-29Add more linker protections around variables accessed from 16bit mode.Kevin O'Connor1-1/+1
2008-12-28Add linker magic to ensure 16bit variables aren't repeated in 32bit code.Kevin O'Connor1-5/+2
2008-12-16Don't turn off apic after smp detect; use cmos for smp count on emulators.Kevin O'Connor1-2/+6
2008-12-14Define and consistently use BUILD_APIC_ADDR and BUILD_IOAPIC_ADDR.Kevin O'Connor1-10/+7
2008-12-10Various minor comment updates.Kevin O'Connor1-1/+1
2008-12-06Execute smp detect code in place instead of copying it.Kevin O'Connor1-37/+41
2008-11-29Don't reset .bss on reboots.Kevin O'Connor1-0/+7
2008-11-28Implement tsc based delay timers, and use them throughout code.Kevin O'Connor1-1/+1
2008-08-17Improve smp detection code.Kevin O'Connor1-6/+6
2008-07-05Use ld to build final rom; remove custom build utilities.Kevin O'Connor1-2/+2
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/+106