Subject: Re: LKM support for many filesystems as well as compat_freebsd
To: Jason Thorpe <thorpej@nas.nasa.gov>
From: Chris G Demetriou <Chris_G_Demetriou@ux2.sp.cs.cmu.edu>
List: tech-kern
Date: 08/12/1996 22:43:33
> > One thing I don't know for certain is what happens if you try to unload
> > freebsd when something is being run in freebsd emulation mode. I suspect
> > Bad Things.
>
> "Try it." At the very least, the executable in question will probably
> drop core. :-)
This _should_ be handled by doing a reference counting thing, and
refusing to let the emulation be removed while in use...
It probably isn't, though.
cgd