On Thu, Oct 09, 2008 at 07:10:19PM +0000, Andrew Doran wrote: > Is this part of the multiboot spec? Are you overloading the 'module' command > for something else? An entry in boot.cfg could be: menu=Boot Xen:load netbsd-XEN3_DOM0;multiboot /usr/pkg/xen3-kernel/xen.gz dom0_m The only change to the load command is that it interpretes anything up to the first space or tab as file name, but keeps the rest in bi_path. I don't think the kernel currently uses that. Joerg