Message-ID: <00f301bf112f$9a95b1e0$0100a8c0@pcpablo> From: "Pablo M. Dotro" To: References: Subject: Re: Portable code for accessing the hardware ports under DOS and Linux Date: Thu, 7 Oct 1999 22:51:13 -0300 MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook Express 5.00.2314.1300 X-MimeOLE: Produced By Microsoft MimeOLE V5.00.2314.1300 Reply-To: djgpp AT delorie DOT com Thanks! That solved the issue :) Do you know if there is an ncurses library for DOS usable under DJGPP? Thanks in advance! Pablo M. Dotro pyd AT sion DOT com pdotro AT USSEnterprise DOT com pdotro AT labs DOT df DOT uba DOT ar ICQ#: 18144918 http://www.usuarios.sion.com/abismo ----- BEGIN GEEK CODE BLOCK ----- Version 3.12 GCS/S/IT/CM d- s: a22 c++$ UL P+ E W++ N++ o K- w O? M V? PS PE- Y+ PGP>+ t++ 5+ X+ R+>+++ tv b++ DI? D++ G++ e h! r- y+ -----END GEEK CODE BLOCK ----- (para decodificar, visite www.geekcode.com) ----- Original Message ----- From: Shawn Hargreaves To: Sent: Thursday, October 07, 1999 5:21 AM Subject: Re: Portable code for accessing the hardware ports under DOS and Linux > Linux uses inb(), outb(), etc, but you have to do special > things first so that you will have permission to use the ports > at all. Fortunately for you, there is a HOWTO about this very > topic: see /usr/doc/HOWTO/mini/IO-Port-Programming for details. > > > Shawn Hargreaves.