1SMP on x86/Linux is now an official feature and is not experimental. 2Experimental SMP support for other architectures is underway. 3 4Please view linux/Documentation/smp for more information about enabling SMP. 5 6SMP support for Linux with up to 16 processors using the Intel MP 7specification. 8 9To fix: 10 11o Clean up processor specific/independent split. 12o Document it all. [PARTLY DONE] 13o Halting other CPUs on reset or panic doesn't always work. 14o Don't waste page at 4 K--don't need it now (watch the GDT code). 15o Dump bootup pages once booted somehow. 16o Clean up warnings/volatiles. 17o 486 startup code. 18o How to handle mixed FPU/non FPU processors. 19o Test IO-APIC on various hardware. 20o Separate IO-APIC from SMP. 21

