On 9/15/05, lei yang <waf dot yang at gmail dot com> wrote:
> hi, all
>
> when i pache mono's kernel modify, i find this:
>
> #ifndef IPSTATE_SIZE
> # define IPSTATE_SIZE 5737
> #endif
> #ifndef IPSTATE_MAX
> # define IPSTATE_MAX 4013 /* Maximum number of states held */
> #endif
>
> is still same of before.
>
> where is IPSTATE_MAX and IPSTATE_SIZE been define ?
patched to be in the kernel. see this:
http://m0n0.ch/wall/docbook-current/image-guide.html
> and what number
> it been defined .
4000 in 1.11, 30,000 in current 1.2 betas.
-Chris |