Expand description
Minimal support runtime for openhcl_boot
and other kernel-mode
environments.
Modulesยง
- arch
- Imports and re-exports architecture-specific implementations.
- enlightened_
panic - 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.
- reftime
- Hypervisor reference time.
- reloc
- Code to apply relocations in an environment without a runtime.
- rt
- Architecture-independent runtime support.