home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / tolkit45.zip / os2tk45 / inc / vdos.inc < prev    next >
Text File  |  1999-04-30  |  696b  |  39 lines

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