Crate vmbfs

Source
Expand description

This crate provides the Vmbfs (vmbus file system) device, used to provide a simple, read-only virtual file system to the Windows boot loader and the Hyper-V UEFI firmware.

This device is primarily used to provide an initial machine configuration (IMC) hive to Windows. This hive can contain registry entries to apply to the system hive during boot, making it easier to customize an image without directly modifying its disk.

It is also used for Windows container boot, but this is not currently supported.

Modules§

  • Defines the trait for the backing store of the vmbus file system.
  • Provides a resolver for the vmbfs device.
  • Implements a backing store for the vmbus file system that provides a single file.

Structs§