cvs commit: src/sys/kern kern_thr.c syscalls.master src/sys/sys

Maxim Sobolev sobomax at FreeBSD.org
Mon Aug 20 11:57:55 PDT 2007


Scott Long wrote:
> Having it as a loadable module that is essentially private to PC-BSD 
> (though open source, of course) will lead to questions of why Wine works
> in PC-BSD and not FreeBSD.  That's fine if your intention is to create
> a fork of FreeBSD, but I don't know if that's what you really want.

There is no need for it to be private - we can just easily have it in 
the same port or in separate port (wine_kmod?) and get wine RUN_DEPEND 
on it.

We have been using this scheme with VmWare for ages now and everybody 
seems to be happy. Indeed, as Robert has pointed out, wine is special in 
its needs to access some kernel internals to emulate sufficiently 
different threading model. Those internals are not and probably will 
never be exposed via POSIX layer, so that loadable module approach makes 
lot of sense.

-Maxim


More information about the cvs-src mailing list