On Thu, Dec 14, 2000 at 01:22:41AM -0500, Kevin Lawton wrote:
> - "Kevin P. Lawton" <[EMAIL PROTECTED]>: Thu Dec 14 01:04:17 EST 2000
> Integrated NetBSD port from
> "Frank van der Linden" <[EMAIL PROTECTED]>
> Added framework for running user code (ring3) without prescanning.
> This isn't complete yet, so don't turn off prescanning.
> IsNullSelector() takes type selector_t now.
>
> It would be good to have confirmation that the NetBSD port works.
Hi Kevin.
Thanks for integrating it!
It doesn't quite compile, since you added PLEX86_PRESCANRING3 and an
extra argument to mapMonitor at the same time, which the NetBSD
bits didn't account for yet. I'm sending you a diff seperately
to make that (and compilation on upcoming NetBSD revisions), work.
- Frank