Path: utzoo!attcan!uunet!brunix!cs169054 From: cs169054@brunix (Peter Golde) Newsgroups: comp.os.os2 Subject: Re: Using >20 files in OS/2 Message-ID: <21343@brunix.UUCP> Date: 21 Nov 89 04:09:22 GMT References: <14570001@otter.hpl.hp.com> Sender: news@brunix.UUCP Reply-To: cs169054@cslab2b.UUCP (Peter Golde) Organization: Brown University Department of Computer Science Lines: 7 In article <14570001@otter.hpl.hp.com> hjb@otter.hpl.hp.com (Harry Barman) writes: >We are porting a Unix program to OS/2 1.1. We started off using the C library, >but hit up against the 20 file limit. I can't find anything in the >documentation that says how to increase it, is such a thing possible??? This is from memory, but I believe the MS C 5.1 startup code had commented out code for increasing the file handle limit. I believe you should look in os2\crt0.asm or os2\crt0dat.asm. Hope this helps.