[][src]Function cerk::kernel::bootstrap

pub fn bootstrap(start_options: StartOptions)

The bootstrap function is the entrance point of the CERK router. This function starts the Kernel with the help of the scheduler. Later, the Kernel starts all components, and the router starts working.

Arguments

  • start_options - The start options defining the components and the behavior of the router.