On Fri, Jul 11, 2003 at 07:14:48PM +0100, Paul Sladen wrote:
> On Fri, 11 Jul 2003, Roderick A. Anderson wrote:
> > What is the max context number I can use?
> 
> I think it's 64k [without checking].

+       short int s_context[NB_S_CONTEXT];

is the smallest container for s_context, and
the user space tool limits to 2^16 so it
will be 65535 ...

best,
Herbert

Reply via email to