From: Martin Str|mberg Newsgroups: comp.os.msdos.djgpp Subject: Re: DJGPP and FreeDos Date: Wed, 23 May 2001 16:34:19 +0000 (UTC) Organization: University of Lulea, Sweden Lines: 18 Message-ID: <990635658.652963@queeg.ludd.luth.se> References: <3 DOT 0 DOT 6 DOT 32 DOT 20010522165637 DOT 00799c10 AT pop3 DOT paradise DOT net DOT nz> <990519416 DOT 627587 AT queeg DOT ludd DOT luth DOT se> <2110-Tue22May2001175651+0300-eliz AT is DOT elta DOT co DOT il> X-Trace: news.luth.se 990635659 8520 130.240.16.109 (23 May 2001 16:34:19 GMT) X-Complaints-To: abuse AT luth DOT se User-Agent: tin/pre-1.4-981225 ("Volcane") (UNIX) (SunOS/4.1.4 (sun4m)) Cache-Post-Path: queeg.ludd.luth.se!unknown AT father DOT ludd DOT luth DOT se X-Cache: nntpcache 2.4.0b5 (see http://www.nntpcache.org/) To: djgpp AT delorie DOT com DJ-Gateway: from newsgroup comp.os.msdos.djgpp Reply-To: djgpp AT delorie DOT com Eli Zaretskii wrote: : The problem with Less might be worth investigating (unless the reason : is already known). It might be some bug in the port or in the : library. Every problem is worth investigating, but time is limited. FWIW, it seems less is looping issuing the two service calls INT21 AX=0x4400, BX=0 (which returns DX=0x80f3) and IN21 AX=0x4406, BX=0 (which returns AL=0) repeatedly. (Alas I'm not sure whether the carry flag is set or not as the trace printouts don't contain that.) gdb behaves similarly. Right, MartinS