CVSROOT: /cvs Module name: src Changes by: [email protected] 2021/04/05 12:09:48
Modified files:
usr.sbin/vmd : Makefile loadfile.h loadfile_elf.c vm.c vmd.h
Log message:
Support booting from compressed kernel images.
The bsd.rd ramdisk now ships gzip'd on amd64. Use libz in base to
transparently handle decompression of any compressed kernel images.
Patch from Josh Rickmar.
ok kn@
