Date: Tue, 1 Jun 1999 09:36:14 +0300 (IDT) From: Eli Zaretskii X-Sender: eliz AT is To: Justin Blackwell cc: djgpp AT delorie DOT com Subject: Re: Problems with __dpmi_set_segment_limit In-Reply-To: <7iuumm$gb0$1@news8.svr.pol.co.uk> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Reply-To: djgpp AT delorie DOT com X-Mailing-List: djgpp AT delorie DOT com X-Unsubscribes-To: listserv AT delorie DOT com Precedence: bulk On Mon, 31 May 1999, Justin Blackwell wrote: > I'm having problems with the __dpmi_set_segment_limit in DJGPP. I can't > seem to set the segment limit much greater than 240,000 bytes. Please post a short test program that exhibits this problem when compiled. __dpmi_set_segment_limit is called by every DJGPP program at startup, several times, and the values are all greater that 240KB, so it's probably some usage problem.