C integral types [was Re: Semi-OT: Why Kids Can't use Computers] (fwd)

Walter Dnes waltdnes-SLHPyeZ9y/tg9hUCZPvPmw at public.gmane.org
Fri Aug 16 23:15:26 UTC 2013


On Fri, Aug 16, 2013 at 05:01:13PM -0400, James Knott wrote
> Christopher Browne wrote:
> > Writing to the screen, on MS-DOS, was a lot worse than it ought to have
> > been :-(
> 
> As I recall, writing to the hardware tended to be the norm, because
> support in DOS was so bad or non-existent.

  There were 2 "fully supported" alternatives to poking bytes directly
to the screen.  The problem is that they were painfully slow, especially
on an under-powered 8088.  The first alternative was writing to screen
via BIOS calls.  It was definitely slower than direct pokes.  The other
alternative was writing to screen and positioning the cursor using ANSI
escape sequences.  BIOS was "slow", ANSI was "slowest".

-- 
Walter Dnes <waltdnes-SLHPyeZ9y/tg9hUCZPvPmw at public.gmane.org>
I don't run "desktop environments"; I run useful applications
--
The Toronto Linux Users Group.      Meetings: http://gtalug.org/
TLUG requests: Linux topics, No HTML, wrap text below 80 columns
How to UNSUBSCRIBE: http://gtalug.org/wiki/Mailing_lists





More information about the Legacy mailing list