Skip to main content

Module boot

Module boot 

Source
Expand description

Early exception handoff without runtime task or CPU-local dependencies.

Modules§

boot_trap_handler
Statically bound calls and implementation binding for BootTrapHandler.

Structs§

BootException
Copied machine state at an early exception boundary.

Traits§

BootTrapHandler
Early exception policy supplied by the boot owner. The callback may run before runtime CPU-local, TLS or scheduling exists.