精华区 [关闭][返回]

当前位置:网易精华区>>讨论区精华>>编程开发>>● 编程世界>>其他>>Creating Virtual Devices

主题:Creating Virtual Devices
发信人: ikoo()
整理人: simonshium(1999-06-30 20:18:09), 站内信件
CREATEING VIRTUAL DEVICES

You create a virtual device either by modifying a sample device or by writing a device
from scratch. You can write virtual devices in assembly language, and you may be able
to write some portions of you virtual deve in a high level language such as the C
language.

To create a virtual device, you need to:
1:Read the chapter in this manual that describes the virtual device for your type of 
hardware devie.
2:Write the required control procedures, virtual device services, and API functions.
3:Create a module-definition file that identifies the appropriate module name for your
virtual device, and exports the required device description block.
4:Assemble and link your device.
5:Test your virtual device using the debugging version of Windows 95. For information
about debugging virtual devices, see.
6:Create an installation file (*.INF) for your virtual device and related files. You install a
virtual device by specifying settings for the registry and copying files to the Windows
SYSTEM or related directories.
7:Create your final distribution disk or disks.

--
※ 来源:.广州网易 BBS bbs.nease.net.[FROM: 202.96.133.199]

[关闭][返回]