Since debugging kernel dumps requires libkvm, cross-debugging them is
almost impossible. This function converts minidump to elf core format so
they can be debugged on any platforms where debuggers support elf core
format.
Signed-off-by: Minsoo Choo <minsoochoo0122@proton.me>
Sponsored by: The FreeBSD Foundation
Co-authored-by: Bora Ozarslan <borako.ozarslan@gmail.com>