Crate minimal_rt

Source
Expand description

Minimal support runtime for openhcl_boot and other kernel-mode environments.

Modulesยง

  • Imports and re-exports architecture-specific implementations.
  • Enlightened panic for a Hyper-V guest. Hyper-V guests may choose to report a crash to the Hyper-V host via a set of MSRs (x64) or synthetic crash registers on ARM. The registers carry crash-specific information and may optionally include a message buffer.
  • Hypervisor reference time.
  • Code to apply relocations in an environment without a runtime.
  • Architecture-independent runtime support.