Expand description

Initialization and bring-up of secondary CPUs.

These functions are intended to be invoked from the BSP (the Bootstrap Processor, the main CPU in x86 terms) in order to bring up secondary CPUs (APs in x86 terms).

Structs

  • A structure to access information about the graphical framebuffer mode that was discovered and chosen in the AP’s real-mode initialization sequence.
  • Information needed to bring up APs (secondary CPUs) on x86_64.

Functions

  • Returns information about the currently-active graphical framebuffer.
  • Starts up and sets up AP cores based on system information from ACPI (specifically the MADT (APIC) table).