History log of /freebsd-11-stable/usr.bin/mkimg/tests/img-63x255-4096-bsd.vhdx.hex
Revision Date Author Comments
# 362771 29-Jun-2020 gonzo

MFC r361935:

Add VHDX support to mkimg(1)

VHDX is the successor of Microsoft's VHD file format. It increases
maximum capacity of the virtual drive to 64TB and introduces features
to better handle power/system failures.

VHDX is the required format for 2nd generation Hyper-V VMs.

Reviewed by: marcel
Differential Revision: https://reviews.freebsd.org/D25184