home *** CD-ROM | disk | FTP | other *** search
/ Phoenix CD 2.0 / Phoenix_CD.cdr / 24b / pk181a.zip / KYBDBUFR.DOC < prev    next >
Text File  |  1988-04-28  |  2KB  |  46 lines

  1.  
  2. Installing KYBDBUFR.OBJ is covered in README.1ST.
  3.  
  4. KYBDBUFR.OBJ has four switches that may be set at bootup time (if you don't 
  5.         like the default values) by putting them on the line DEVICE=KYBDBUFR-
  6.         .OBJ in CONFIG.SYS.  BE SURE to leave a blank space after "... .OBJ", 
  7.         then put a "/", the first letter of the command, and the number to 
  8.         which you wish to set the parameter.  For example, the line: 
  9.  
  10.                 DEVICE=KYBDBUFR.OBJ /b35/R3/V1
  11.                                    ^ blank space
  12.         
  13.         will set the keystroke buffer size to 35 (/b35, default is /b48), 
  14.         place the buffer window on line 3 of the display (/r3, default is 
  15.         /r1), and open the window as soon as KYBDBUFR.OBJ is loaded (/v1, 
  16.         this is the default). 
  17.  
  18.         * /Bn, n = 15 to 255, sets the maximum number of keystrokes held in the 
  19.           extended keystroke buffer
  20.        
  21.         * /V0 closes the view-port to the keystroke buffer on bootup.  The 
  22.           view-port may be reopened by pressing KEYPAD 5, V after POWERKIT has 
  23.           been loaded (unless the /N1 switch has been set, see below).
  24.  
  25.         * /Rn, n = 1 to 25, tells KYBDBUFR.OBJ what line on the display you 
  26.           want the WINDOW to appear.
  27.  
  28.         * /N1 disables the view-port and replaces the code that operates the 
  29.           view-port, with the buffer contents.  This saves 95 bytes of memory.
  30.  
  31. UNLESS you have chosen to overwrite the code with the buffer (/N1), KYBDBUFR-
  32.         .OBJ uses only 101 bytes, plus twice whatever length the buffer is.  
  33.         KYBDBUFR.OBJ will operate just fine whether POWERKIT is loaded or not.
  34.        
  35.         NOTE: The luxury of POWERKIT's extended keystroke buffer may have to 
  36.         be foregone in some cases.  Unfortunately, some programmers think the 
  37.         only buffer the BIOS (Basic Input Output System) supports is the small 
  38.         buffer at 40h:1Eh.  Their programs use this buffer exclusively, thus 
  39.         ignoring the buffer whose dimensions the BIOS reads at 40h:80h.  You 
  40.         will know when you encounter such a program and POWERKIT's buffer is 
  41.         set to more than 15 keystrokes, because your machine will hang and not 
  42.         even KEYPAD 5, ESC (described in POWERKIT.DOC, page 7) will save you. 
  43.         
  44.  
  45.  
  46.