Subject: Re: lwp_emuldata
To: Emmanuel Dreyfus <manu@netbsd.org>
From: Nathan J. Williams <nathanw@wasabisystems.com>
List: tech-kern
Date: 01/19/2003 13:47:01
manu@netbsd.org (Emmanuel Dreyfus) writes:

> There is no lwp_emuldata in struct lwp, and I need something like that
> for MacOS X emulation. Is there any reason for not adding it?

Seems okay. What kind of per-lwp data does MacOS X store?

> We would also need some emulation hooks for threads creation and
> termination.

I imagine you mean lwp creation and termination? Also shouldn't be too
hard.

        - Nathan