CVSROOT: /cvs Module name: src Changes by: [email protected] 2019/05/16 15:16:04
Modified files:
usr.sbin/vmd : loadfile.h loadfile_elf.c
Log message:
Unbreak vmctl start foo -b /bsd -d disk.img -cL
Define a local definition of LOADADDR() instead of pulling in
machine/loadfile_machdep.h. vmd -b requires the addresses to be masked
and the new bootloader no longer does that.
OK pd@ kettenis@
