home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / caway349.zip / BIN / VESA.TXT < prev    next >
Text File  |  1996-06-17  |  1KB  |  25 lines

  1. VESA INT 10h
  2. ============
  3.  
  4. CauseWay does not have built-in support for VESA functions due
  5. to the majority of programs not requiring VESA support. Keeping
  6. VESA support as an external patch avoids unnecessary increases
  7. in the size of CauseWay for those that do not need extra
  8. functions.
  9.  
  10. The VESA module supplied for use with Watcom C/C++ should be
  11. included in your link command to enable VESA function support.
  12. Simply add the file "vesa.obj" to your list of object modules
  13. when linking.
  14.  
  15. The VESA module will be initialized and removed automatically by
  16. the Watcom startup/cleanup code so no manual calls are required.
  17.  
  18. Once installed you may issue VESA function requests with
  19. protected mode buffer pointers where appropriate. Note that any
  20. returned buffer parameters that are defined in the VESA
  21. documentation as seg:offset (16:16) pointers are automatically
  22. converted to DGROUP relative 32-bit pointers that can be
  23. accessed in the normal manner. No translation of these addresses
  24. is required to use them.
  25.