| Syntax: | Parameters: |
| Name of virtual device driver |
Use the PHYSICAL DEVICE statement to identify the output file as a physical device driver (.SYS), and optionally provide a name for the driver. You can also identify the output file as a .SYS file with the /PDD linker option.
If you use the PHYSICAL DEVICE statement in your module definition (.DEF) file, it must be the first statement in the .DEF file , and you cannot use the LIBRARY, NAME, or VIRTUAL DEVICE statements.
If you provide a name in drivername, it becomes the name of the driver as it is known by OS/2. The name can be any valid file name. If you do not provide a name, the name of the device driver is the same as the name of the output file, with the .SYS extension removed.
![]()
Summary of Module Definition Statements