From mboxrd@z Thu Jan 1 00:00:00 1970 From: Alan Cox Subject: Re: using Turbo C compiler to generate ELKS executables Date: 07 Feb 2003 14:31:02 +0000 Sender: linux-8086-owner@vger.kernel.org Message-ID: <1044628261.14350.3.camel@irongate.swansea.linux.org.uk> References: <200302061328.27317.a.martone@retepnet.it> <3E431864.9010006@innerpeace.org> Mime-Version: 1.0 Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <3E431864.9010006@innerpeace.org> List-Id: Content-Type: text/plain; charset="us-ascii" To: "jerryc@innerpeace.org" Cc: linux-8086@vger.kernel.org On Fri, 2003-02-07 at 02:22, jerryc@innerpeace.org wrote: > The program we're planning to make for 8086's will need to use some > version of a curses or ncurses library (conio might work but is known to The console I/O driver for Linux 8086 should be more than fast enough. It doesn't go via DOS then byte by byte BIOS traps so its logically equivalent the various fast ansi/nansi type drivers and tsr's people used to load.