home *** CD-ROM | disk | FTP | other *** search
/ Mega Top 1 / os2_top1.zip / os2_top1 / DOS_GG / COMCAT / VOL95.ARJ / VOL9504 < prev    next >
Text File  |  1992-01-07  |  3KB  |  61 lines

  1.  
  2.     Volume 9504 - Released august 1989 - Abstract (C) DOS gg
  3.  
  4. O S / 2  - P r o g r a m m a T h e e k volume 9504
  5.  
  6. Source: BBS's
  7.  
  8. Title: ALIAS, Game, TSR Sources
  9.  
  10. Number  Name            Size    Date    Comments
  11. 9504.01 2COLDIR  ARC    11904   9-07-88 DDIR directory
  12. 9504.02 ADVENTP  ARC    92160   9-07-88 Classic adventure  (protected mode)
  13. 9504.03 ALIAS11  ARC    54016   9-07-88 CED clone, command  line editor
  14. 9504.04 ATKEY    ARC     2560   9-07-88 NumLock killer
  15.         CATALOG  O04      600   5-29-89 This list
  16. 9504.05 KEY      ARC    21874  10-06-88 Key-macro's "TSR"  (pre-release)
  17. 9504.06 LOOKATOS ARC    11520  11-06-88 Look at OS/2's GDT  and LDT
  18.                                         descriptor tables
  19. 9504.07 PAGES    ZIP     8173   5-29-89 Demonstrates the use  of video pages   
  20.      VOL9504  ABS     1920   5-29-89 Abstract by Zorro
  21.                 9 File(s)    151552 bytes free on volume  DOSGG9504
  22.  
  23. ** ALIAS **
  24.  
  25.   As I began doing development work under OS/2 I suffered  from the loss of
  26. many of the utilities that I was accustomed  to using under DOS.  Consequent-
  27. ly, my first task was to  build OS/2 versions of these programs.  This is the
  28. first of  this set of OS/2 utilities.
  29.  
  30.   As this is a program that was written for educational  purposes as well as
  31. personal use, the documentation is  sparse.  It assumes some familiarity with
  32. programs such as  CED and with OS/2.  
  33.  
  34.     The ALIAS package consists of:
  35.  
  36.     ALIAS.DOC   - this file.
  37.     ALIAS.EXE   - the controlling program.
  38.     ALIAS.DLL   - a dynalink library containing the alias  subsystem.
  39.     KEYSTRIN.ASM - asm source for the keyboard replacement  subsystem
  40.              and alias functions.
  41.     ALIAS.C     - source for the alias driver program.
  42.     ALIAS.DEF   - linker definition file.
  43.     ALIAS  - make file for the system.
  44.                    
  45.  
  46. 2COLDIR is a crude attempt to imitate for os/2 the MS-Dos  ddir PD
  47. program that is available on many BBS's. It is a modified  version
  48. of the LISTDIR program from Iabucci's book 'OS/2 programmers  guide'.
  49.  
  50.                OS/2 VIDEO PAGES
  51.  
  52.    This program runs under OS/2 and DOS, and demonstrate the  use
  53. of video paging under both operating systems.
  54.  
  55.    The OS/2 programming API did not go overboard in its  support of advanced
  56. VGA features, such as video paging, and  the VIO subsystem for IBM ver. 1.0
  57. does not support paging  at all.
  58.  
  59.    Also, OS/2 is much more aggressive in its management and  structure of
  60. memory than was DOS, not to mention the fact  that you cannot directly address
  61. the VGA card's registers at  all from ring 3 applications level.