1:N threading

Igor Sysoev is at rambler-co.ru
Fri Apr 4 23:46:52 PST 2003


On Fri, 4 Apr 2003, Terry Lambert wrote:

> PS: I agree on the GDT, in principle, but in practice, is the
> number-of-entries limit that comes with that acceptable?  That's
> where the TSS limit of 65536 comes from, right?

No, there's no limit. All processes use the same GDT selectors that point
to the same GDT descriptors that describe the same segments that start
at 0 and end at 0xffffffff. And there's %cr3 that points to mapping that
makes these segments different in each process.


Igor Sysoev
http://sysoev.ru/en/



More information about the freebsd-threads mailing list