* Bring test/debug/vnodeinfo.c up-to-date.
* Adjust test/vkernel/Makefile to properly copy the kernel from the new
boot location ($root/boot/kernel/kernel).
id, bufp,
buf.b_bio1.bio_offset,
buf.b_bio2.bio_offset);
- printf(" q=%d lck=%d/%d flags=%08x dep=%p",
+ printf(" q=%d lck=%d/%d flags=%08x refs=%d dep=%p",
buf.b_qindex, buf.b_lock.lk_sharecount,
buf.b_lock.lk_exclusivecount,
- buf.b_flags, buf.b_dep.lh_first);
+ buf.b_flags, buf.b_refs, buf.b_dep.lh_first);
printf("\n");
if (buf.b_rbnode.rbe_left)
cd ${SRCDIR} && \
make -j 4 DESTDIR=${VKDIR}/root KERNCONF=${USEKERNEL} \
NO_MODULES= installkernel
- cp ${VKDIR}/root/boot/kernel ${VKDIR}/vkernel
+ cp ${VKDIR}/root/boot/kernel/kernel ${VKDIR}/vkernel
sysloader: mount
cp /boot/loader ${VKDIR}/root/boot/loader