From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Nasrat Subject: Re: ELKS port of Adventure - help needed :) Date: Wed, 11 Dec 2002 22:51:06 +0000 Sender: linux-8086-owner@vger.kernel.org Message-ID: <20021211225105.GA10355@raq465.uk2net.com> References: <200212112127.gBBLQx5G031546@eddie.loc> <200212112222.gBBMMA5G007271@eddie.loc> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <200212112222.gBBMMA5G007271@eddie.loc> List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: linux-8086@vger.kernel.org On Wed, Dec 11, 2002 at 10:22:13PM +0000, Richard Wallman wrote: > On 11 Dec, Richard Wallman wrote: > > > Possible a source code or bcc problem > > It's a bcc problem: strcmp doesn't return the right values. Cheers that's a great pointer, oh well time to get my hands dirty... > Paul: short answer = rewrite strcmp. Only "vocab.c" and "english.c" use > that function, so just replace all references. sed is your friend. :) Indeed - I'll hopefully have some time to do this tomorrow. I have the bcc archives to hand so can look at previous versions to brush up my asm. Just got nice shiny 8086 laptop - but without floppy/serial. It's an Olivetti Quaderno, I may be able to use a flash pcmcia disk on it to get elks onto it, but we'll see. Else it's going to be pinouts from usenet and some soldering (eep)... Paul