home *** CD-ROM | disk | FTP | other *** search
/ Hall of Fame / HallofFameCDROM.cdr / util2 / nansi987.lzh / README < prev    next >
Text File  |  1987-09-13  |  2KB  |  44 lines

  1.                 NANSI.SYS
  2.                 =========
  3.  
  4. This archive contains the binaries for NANSI.SYS in 4 possible
  5. configurations.  Also included is DEMO.EXE that illustrates the speed
  6. difference the NANSI.SYS driver permits if your programs use the "RAW"
  7. mode when writing to the "con" device.  Source for the demo is in
  8. rawtest.c and setraw.c.  Also included is an example .asm file showing
  9. the method to set/unset raw mode from assembly language programs.
  10.  
  11. Sources for NANSI.SYS can be found in another archive NANSINU2.ARC.  The
  12. sources are not needed to use NANSI.SYS - all 4 possible configurations
  13. are included in this archive - but they may be of interest to assembly
  14. language programmers wanting to modify NANSI for their own use.
  15.  
  16. The 4 nansi.sys files are named as follows, with the features included
  17. in each version after the name.  Select the one you deem best, rename it
  18. to NANSI.SYS and install it via the line DEVICE=NANSI.SYS in your
  19. config.sys file.  Remove any DEVICE=ANSI.SYS line if it exists.
  20.  
  21. NANS88.SYS        For most machines - does not take over BIOS
  22.             write tty function, or use extended CPU inst.
  23.  
  24. NANS88B.SYS        Same as above but DOES take over the write tty
  25.             function.
  26.  
  27. NANS286.SYS        This version uses the expanded instructions
  28.             avail on the 80186, 80286, and the NEC series
  29.             chips.  It doen't take over the write tty
  30.             function.
  31.  
  32. NANS286B.SYS        Same as NANS286 but DOES take over write tty
  33.             function.
  34.  
  35.                 -Pat
  36.  
  37.  
  38. Adapted from the files in shell archive posted by:
  39.  
  40. Ed Nather
  41. Astronomy Dept, U of Texas @ Austin
  42. {allegra,ihnp4}!{noao,ut-sally}!utastro!nather
  43. nather@astro.AS.UTEXAS.EDU
  44.