📄 isa12port.inf
字号:
;/*++
;
;Copyright (c) 1990-2000 Microsoft Corporation All rights Reserved
;
;Module Name:
;
; ISA12Port.INF
;
;Abstract:
; INF file for installing sample ISA12Port driver
;
;--*/
[Version]
Signature="$WINDOWS NT$"
Class=ISA12Port
ClassGuid={78A1C945-4539-11d3-B88D-00C04FAD8171} ;全新的设备
Provider=%MSFT%
DriverVer=06/16/1999,5.00.2072
[DestinationDirs]
DefaultDestDir = 12
; ================= Class section =====================
[ClassInstall32]
Addreg=ISAClassReg
[SampleClassReg]
HKR,,,0,%ClassName%
HKR,,Icon,,-5
; ================= Device Install section =====================
[Manufacturer]
%MSFT%=MSFT
;[SourceDisksFiles]
;ISA12Port.sys=1
;[SourceDisksNames]
;1=%DISK_NAME%,
[MSFT]
; DisplayName Section DeviceId
; ----------- ------- --------
%ISA12Port.DRVDESC%=ISA12Port_Inst,root\ISA12Port
[ISA12Port_Inst.NT]
CopyFiles=ISA12Port.CopyFiles
;LogConfig=ISA12Port.LC0, ISA12Port.LC1 ;原来的
LogConfig=ISA12Port.LC0 ;我加的
[ISA12Port.CopyFiles]
ISA12Port.sys
[ISA12Port_Inst.NT.Services]
AddService=ISA12Port,0x00000002,ISA12Port_Service
[ISA12Port.LC0]
ConfigPriority=NORMAL
;IOConfig=40@320-35f(3ff::) ; 16 ports starting anywhere between 300 and 3fc
IOConfig=300-35f
;IRQConfig = 11
[ISA12Port_Service]
DisplayName = %ISA12Port.SVCDESC%
ServiceType = 1 ; SERVICE_KERNEL_DRIVER
StartType = 3 ; SERVICE_DEMAND_START
ErrorControl = 1 ; SERVICE_ERROR_NORMAL
ServiceBinary = %12%\ISA12Port.sys
[Strings]
MSFT = "HT835711"
ClassName = "ISA12Port Drivers 1.0"
ISA12Port.SVCDESC = "ISA12Port Service"
ISA12Port.DRVDESC = "ISA12Port"
DISK_NAME = "ISA12Port Install Disk"
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -