#include "types.h"#include "defs.h"#include "param.h"#include "mmu.h"#include "proc.h"#include "x86.h"Go to the source code of this file.
Functions | |
| static void | bootothers (void) |
| static void | mpmain (void) |
| static void bootothers | ( | void | ) | [static] |
Definition at line 58 of file main.c.
References cpu::booted, cpunum(), cpus, cpu::id, kalloc(), KSTACKSIZE, lapicstartap(), memmove(), mpmain(), and ncpu.
Referenced by mpmain().
| static void mpmain | ( | void | ) | [static] |
Definition at line 9 of file main.c.
References binit(), bootothers(), consoleinit(), cprintf(), cpus, fileinit(), ideinit(), iinit(), ioapicinit(), ismp, kinit(), ksegment(), lapicinit(), mpbcpu(), mpinit(), picinit(), pinit(), timerinit(), tvinit(), uartinit(), and userinit().
Referenced by bootothers().
1.5.6