home *** CD-ROM | disk | FTP | other *** search
/ ProfitPress Mega CDROM2 …eeware (MSDOS)(1992)(Eng) / ProfitPress-MegaCDROM2.B6I / UTILITY / SYSTEM / A20OFF.ZIP / A20OFF.DOC < prev    next >
Encoding:
Text File  |  1990-11-20  |  1.9 KB  |  50 lines

  1.                                November 20, 1990
  2.  
  3.         This utility is intended to turn off the A20 address line
  4.         on AT class machines equipped with the Chips and Technologies
  5.         CHIPSET.
  6.  
  7.         The purpose for doing so, is to allow the Borland TPCXINST
  8.         program to perform the tests required to install the extended mode
  9.         TPC compiler.
  10.  
  11.         Apparently, some machines (like mine) boot up with the A20 line
  12.         already enabled.  This is to allow maximum performance with
  13.         OS/2 type operating systems.  This utility allows the user to
  14.         enable or disable the A20 line directly or with a batch file
  15.         at boot up time.
  16.  
  17.         Reg 6F (RB12, A20 address line) and Reg 60 (RA0, Processor Reset)
  18.         are a feature of the NEAT ChipSet.  They provide a fast means of
  19.         switching the 80286 in and out of protected mode.
  20.  
  21.         OS/2 makes frequent operating system calls that must be executed
  22.         in Real mode.  To perform these calls, the CPU typically must issue
  23.         two commands to the 8042 (or equivalent) keyboard controller
  24.         to enter protected mode and enable the A20 address line.
  25.  
  26.         Reg 60 provides a processor reset, and Reg 6F controls the A20
  27.         address line control.  Because these registers are controlled by
  28.         direct I/O port writes, instead of software interrupts, they
  29.         execute very quickly.
  30.  
  31.         This utility is intended to execute from the AUTOEXEC.BAT file
  32.         when the system is started.
  33.  
  34.  
  35.  
  36.         Bruce Gavin
  37.         4730 Signal Rock Rd
  38.         Colorado Springs CO 80922-1623
  39.         (719) 380-9095 (voice)
  40.         CompuServe: 70137,3244
  41.  
  42.         Online Reference BBS:
  43.         (719) 591-0302 24 hours, 2400/8N1
  44.  
  45.         Programmers Online Reference Guides
  46.         Norton Guide databases
  47.         Home of FIND, ALTER, FRESHEN, and other fine utilities.
  48.  
  49.  
  50.