minix/include/arch/i386
Tomas Hruby 62c666566e SMP - We boot APs
- kernel detects CPUs by searching ACPI tables for local apic nodes

- each CPU has its own TSS that points to its own stack. All cpus boot
  on the same boot stack (in sequence) but switch to its private stack
  as soon as they can.

- final booting code in main() placed in bsp_finish_booting() which is
  executed only after the BSP switches to its final stack

- apic functions to send startup interrupts

- assembler functions to handle CPU features not needed for single cpu
  mode like memory barries, HT detection etc.

- new files kernel/smp.[ch], kernel/arch/i386/arch_smp.c and
  kernel/arch/i386/include/arch_smp.h

- 16-bit trampoline code for the APs. It is executed by each AP after
  receiving startup IPIs it brings up the CPUs to 32bit mode and let
  them spin in an infinite loop so they don't do any damage.

- implementation of kernel spinlock

- CONFIG_SMP and CONFIG_MAX_CPUS set by the build system
2010-09-15 14:09:52 +00:00
..
archtypes.h SMP - We boot APs 2010-09-15 14:09:52 +00:00
asm.h Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
bios.h Include directory reorg and makefile updates. 2010-03-08 11:04:59 +00:00
cmos.h Include directory reorg and makefile updates. 2010-03-08 11:04:59 +00:00
cpu.h Include directory reorg and makefile updates. 2010-03-08 11:04:59 +00:00
diskparm.h Include directory reorg and makefile updates. 2010-03-08 11:04:59 +00:00
fpu.h Move archtypes.h, fpu.h, and stackframe.h 2010-03-09 09:41:14 +00:00
int86.h Include directory reorg and makefile updates. 2010-03-08 11:04:59 +00:00
interrupt.h Kernel supports up to 64 IRQs 2010-09-02 15:43:54 +00:00
Makefile asm.h not installed 2010-09-03 17:01:18 +00:00
mcontext.h - Add support for the ucontext system calls (getcontext, setcontext, 2010-03-12 15:58:41 +00:00
memory.h Include directory reorg and makefile updates. 2010-03-08 11:04:59 +00:00
partition.h Include directory reorg and makefile updates. 2010-03-08 11:04:59 +00:00
pci.h PCI: add AHCI T3 and subclass values 2010-07-01 09:20:36 +00:00
pci_amd.h pci_*.h headers moved from drivers/pci to include/machine 2010-09-02 15:43:59 +00:00
pci_intel.h pci_*.h headers moved from drivers/pci to include/machine 2010-09-02 15:43:59 +00:00
pci_sis.h pci_*.h headers moved from drivers/pci to include/machine 2010-09-02 15:43:59 +00:00
pci_via.h pci_*.h headers moved from drivers/pci to include/machine 2010-09-02 15:43:59 +00:00
ports.h Include directory reorg and makefile updates. 2010-03-08 11:04:59 +00:00
stackframe.h Move archtypes.h, fpu.h, and stackframe.h 2010-03-09 09:41:14 +00:00
vm.h atomicity fix when enabling paging 2010-03-22 07:42:52 +00:00