home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / cset21v5.zip / TOOLKT21 / ASM / SAMPLES / PDD / PDD.DEF next >
Text File  |  1993-03-12  |  526b  |  20 lines

  1. ;***************************************************************************
  2. ;*
  3. ;*                      Physical Device Driver Sample
  4. ;*                 Copyright (c) IBM Corporation   1992
  5. ;*                           All Rights Reserved
  6. ;*
  7. ;***************************************************************************
  8. PHYSICAL DEVICE
  9. CODE    PRELOAD
  10. DATA    PRELOAD
  11. SEGMENTS
  12.    DSEG    CLASS 'DATA'
  13.    CSEG    CLASS 'CODE'
  14.  
  15. ;
  16. ;pdd uses no stack but
  17. ;it keeps the linker from complaining
  18. ;
  19. STACKSIZE   2048
  20.