KVM_MKDB(8) 386BSD System Manager's Manual KVM_MKDB(8)
NAME
kvmmkdb - create kernel database
SYNOPSIS
kvmmkdb
DESCRIPTION
Kvmmkdb creates a database in /var/run containing information about
/386bsd and perhaps other fairly static information about the current
system. Various library routines consult this database. The only
information currently stored is the kernel namelist, which is used by the
kvm_nlist(3) function.
FILES
/386bsd
/var/run/kvm_386bsd.db
SEE ALSO
kvm_nlist(3)
BSD Experimental March 16, 1991 1