Re: file descriptors once again

Andi Gutmans (andi@vipe.technion.ac.il)
Wed, 11 Dec 1996 00:31:39 +0200


At 00:06 11/12/96 +0200, you wrote:
>Ok - I know this is now ancient, but there doesn't seem to be a complete
>answer to his question, and the 25th November was my birthday :)
>
>Have a look at http://www.linux.org.za/tweak.html

Hi,

I sort of did it myself by changing NR_OPEN and OPEN_MAX
i didn't change NR_FILE and NR_INODE though nor any of the other things.

Now a test program to open files worked for me. It opened 1021 which is
correct as stdin. stdout and stderr take up the remaining 3.

Any idea if this is bound to go wrong? Or why the other changes are needed?

Thanks,

Andi