Processor$create_bsp function <nucleus/kernel.h>

The Processor$create_bsp creates the Processor object for the bootstrap processor. It also performs any one-time setup the processors require such as initialising the PIC and installing interrupt handlers.

Syntax

Processor *
Processor$create_bsp(
	void
);