Leaked source code of windows server 2003
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

150 lines
4.2 KiB

  1. [Version]
  2. Signature="$WINDOWS NT$"
  3. Class=Processor
  4. ClassGuid={50127DC3-0F36-415e-A6CC-4CB3BE910B65}
  5. Provider=%MSFT%
  6. LayoutFile=layout.inf
  7. [DestinationDirs]
  8. DefaultDestDir = 12
  9. [ControlFlags]
  10. ;
  11. ; Exclude all devices from Select Device list
  12. ;
  13. ExcludeFromSelect = *
  14. [ClassInstall32]
  15. AddReg=Processor_Class_Addreg
  16. [Processor_Class_Addreg]
  17. HKR,,,0,%ProcessorClassName%
  18. HKR,,Icon,,"-28"
  19. HKR,,NoInstallClass,,1
  20. [Manufacturer]
  21. %Std%=Std
  22. %Intel%=Intel
  23. %AMD%=AMD
  24. %Transmeta%=Transmeta
  25. [Std]
  26. %Processor.DeviceDesc% = Processor_Inst,ACPI\Processor
  27. [Intel]
  28. %P3.DeviceDesc% = P3_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_8
  29. %P3.DeviceDesc% = P3_Inst,ACPI\GenuineIntel_-_x86_Family_6_Model_11
  30. [AMD]
  31. %AmdK6.DeviceDesc% = AmdK6_Inst,ACPI\AuthenticAMD_-_x86_Family_5_Model_13
  32. %AmdK7.DeviceDesc% = AmdK7_Inst,ACPI\AuthenticAMD_-_x86_Family_6_Model_6
  33. %AmdK7.DeviceDesc% = AmdK7_Inst,ACPI\AuthenticAMD_-_x86_Family_6_Model_7
  34. %AmdK7.DeviceDesc% = AmdK7_Inst,ACPI\AuthenticAMD_-_x86_Family_6_Model_8
  35. [Transmeta]
  36. %Crusoe.DeviceDesc% = Crusoe_Inst, ACPI\GenuineTMx86_-_x86_Family_5_Model_4
  37. [Processor_Inst.NT]
  38. Copyfiles = @processr.sys
  39. [Processor_Inst.NT.Services]
  40. AddService = Processor,%SPSVCINST_ASSOCSERVICE%,Processor_Service_Inst,Processor_EventLog_Inst
  41. [Processor_Service_Inst]
  42. DisplayName = %Processor.SvcDesc%
  43. ServiceType = %SERVICE_KERNEL_DRIVER%
  44. StartType = %SERVICE_DEMAND_START%
  45. ErrorControl = %SERVICE_ERROR_NORMAL%
  46. ServiceBinary = %12%\processr.sys
  47. LoadOrderGroup = Extended Base
  48. [Processor_EventLog_Inst]
  49. AddReg = Processor_EventLog_AddReg
  50. [Processor_EventLog_AddReg]
  51. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\processr.sys"
  52. HKR,,TypesSupported,0x00010001,7
  53. [P3_Inst.NT]
  54. Copyfiles = @p3.sys
  55. [P3_Inst.NT.Services]
  56. AddService = P3,%SPSVCINST_ASSOCSERVICE%,P3_Service_Inst,P3_EventLog_Inst
  57. [P3_Service_Inst]
  58. DisplayName = %P3.SvcDesc%
  59. ServiceType = %SERVICE_KERNEL_DRIVER%
  60. StartType = %SERVICE_DEMAND_START%
  61. ErrorControl = %SERVICE_ERROR_NORMAL%
  62. ServiceBinary = %12%\p3.sys
  63. LoadOrderGroup = Extended Base
  64. [P3_EventLog_Inst]
  65. AddReg = P3_EventLog_AddReg
  66. [P3_EventLog_AddReg]
  67. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\p3.sys"
  68. HKR,,TypesSupported,0x00010001,7
  69. [AmdK6_Inst.NT]
  70. Copyfiles = @amdk6.sys
  71. [AmdK6_Inst.NT.Services]
  72. AddService = AmdK6,%SPSVCINST_ASSOCSERVICE%,AmdK6_Service_Inst,AmdK6_EventLog_Inst
  73. [AmdK6_Service_Inst]
  74. DisplayName = %AmdK6.SvcDesc%
  75. ServiceType = %SERVICE_KERNEL_DRIVER%
  76. StartType = %SERVICE_DEMAND_START%
  77. ErrorControl = %SERVICE_ERROR_NORMAL%
  78. ServiceBinary = %12%\amdk6.sys
  79. LoadOrderGroup = Extended Base
  80. [AmdK6_EventLog_Inst]
  81. AddReg = AmdK6_EventLog_AddReg
  82. [AmdK6_EventLog_AddReg]
  83. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\amdk6.sys"
  84. HKR,,TypesSupported,0x00010001,7
  85. [Crusoe_Inst.NT]
  86. Copyfiles = @crusoe.sys
  87. [Crusoe_Inst.NT.Services]
  88. AddService = Crusoe,%SPSVCINST_ASSOCSERVICE%,Crusoe_Service_Inst,Crusoe_EventLog_Inst
  89. [Crusoe_Service_Inst]
  90. DisplayName = %Crusoe.SvcDesc%
  91. ServiceType = %SERVICE_KERNEL_DRIVER%
  92. StartType = %SERVICE_DEMAND_START%
  93. ErrorControl = %SERVICE_ERROR_NORMAL%
  94. ServiceBinary = %12%\crusoe.sys
  95. LoadOrderGroup = Extended Base
  96. [Crusoe_EventLog_Inst]
  97. AddReg = Crusoe_EventLog_AddReg
  98. [Crusoe_EventLog_AddReg]
  99. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\crusoe.sys"
  100. HKR,,TypesSupported,0x00010001,7
  101. [AmdK7_Inst.NT]
  102. Copyfiles = @amdk7.sys
  103. [AmdK7_Inst.NT.Services]
  104. AddService = AmdK7,%SPSVCINST_ASSOCSERVICE%,AmdK7_Service_Inst,AmdK7_EventLog_Inst
  105. [AmdK7_Service_Inst]
  106. DisplayName = %AmdK7.SvcDesc%
  107. ServiceType = %SERVICE_KERNEL_DRIVER%
  108. StartType = %SERVICE_DEMAND_START%
  109. ErrorControl = %SERVICE_ERROR_NORMAL%
  110. ServiceBinary = %12%\amdk7.sys
  111. LoadOrderGroup = Extended Base
  112. [AmdK7_EventLog_Inst]
  113. AddReg = AmdK7_EventLog_AddReg
  114. [AmdK7_EventLog_AddReg]
  115. HKR,,EventMessageFile,0x00020000,"%%SystemRoot%%\System32\IoLogMsg.dll;%%SystemRoot%%\System32\drivers\amdk7.sys"
  116. HKR,,TypesSupported,0x00010001,7