home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / warptlk3.zip / TOOLKIT / INC / VDOS.INC < prev    next >
Text File  |  1995-08-24  |  935b  |  44 lines

  1. ;       SCCSID = @(#)vdos.inc    6.1 92/03/25
  2.  
  3. ;       Title:vdos.inc
  4. ;
  5. ;       Copyright (c) IBM Corporation 1987, 1992
  6. ;
  7. ;       All Rights Reserved
  8.  
  9. ;***    Low memory defines - used by VBIOS
  10.  
  11. DCA_START       EQU     0501h   ;DOS communication area start
  12. DCA_LEN         EQU     01FFh   ; "        "        "   length
  13.  
  14. DOSVEC_FIRST    EQU     020h    ;DOS-reserved vectors
  15. DOSVEC_LAST     EQU     03Fh    ;initialized to -> IRET by VBIOS
  16.  
  17.  
  18. ;***    DOSDDEOL - End of DOS DD List Tag
  19. ;
  20.  
  21. DOSDDEOL        EQU     ( -1)
  22.  
  23.  
  24. ;***    DOSDDTYPE - DOS DD Header
  25. ;
  26. ;       This structure defines a DOS DD Header
  27. ;
  28.  
  29. DefStruc ,_dosddtype
  30.     VPVOID ddd_vpdosddtype
  31.     USHORT ddd_usAttribute
  32.     USHORT ddd_pfnStrategy
  33.     USHORT ddd_pfnInterrupt
  34.     CHAR ddd_achName,,8
  35. EndStruc DOSDDTYPE
  36.  
  37. DefType PDOSDDTYPE,dd
  38. DefType VPDOSDDTYPE,dd
  39.  
  40.  
  41. ; PROCEDURES
  42.  
  43. VDHENTRY VDHSetDosDevice                <VPDOSDDTYPE>
  44.