On Sat, Sep 22, 2007 at 06:14:28PM -0700, Eric Schrock wrote:

> CTF files are optionally uniquified against a common target (typically
> genunix) using 'ctfmerge'.  I would imagine this information is encoded
> in the CTF file somewhere, so that when you load 'ufs' you can notice
> that it depends on CTF data in 'genunix' and load that as well.

Indeed:

$ ctfdump /kernel/fs/ufs  | egrep 'cth_par(name|label)'
  cth_parlabel = snv_70
  cth_parname  = genunix

regards
john

Reply via email to