From mboxrd@z Thu Jan 1 00:00:00 1970 From: Paul Nasrat Subject: Re: Serial terminal help Date: Thu, 10 Oct 2002 13:17:37 +0100 Sender: linux-8086-owner@vger.kernel.org Message-ID: <20021010121736.GF2251@raq465.uk2net.com> References: <3DA2D70E.38DB7661@sympatico.ca> <20021010081046.GD2251@raq465.uk2net.com> <3DA56203.D2465556@sympatico.ca> Mime-Version: 1.0 Return-path: Content-Disposition: inline In-Reply-To: <3DA56203.D2465556@sympatico.ca> List-Id: Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: Pat Gilliland Cc: "Linux-8086@vger.kernel.org" On Thu, Oct 10, 2002 at 07:18:27AM -0400, Pat Gilliland wrote: > Much appreciated. Blaz suggested I do the same. (touche Blaz) > > http://microcomLinux.homestead.com/index~ns4.html has a 27k emulator I > am trying to rework. Figuring out how/if bcc implements fd_set is my > main hold up but then I've only just started and I'm no programmer. ;) http://www.funet.fi/pub/minix/communications/ mcom1.5c.tar.Z will run on minix i86, so with a bit of makefile tweaking and some #ifdef's or so we should be able to get it on elks. I'm just playing with the makefile now. Also gkermit compiles fine out of the box with make CC=bcc. But can't test this atm. Paul