1; bochsmp.inf 2; 3; Installation file for the Bochs display adapter 4; 5[Version] 6Signature = "$Windows NT$" 7LayoutFile = layout.inf 8Class = Display 9ClassGUID = {4D36E968-E325-11CE-BFC1-08002BE10318} 10Provider = %ReactOS% 11DriverVer = 10/17/2022,1.00 12 13[DestinationDirs] 14DefaultDestDir = 12 15Bochs.Display_CopyFiles = 11 16 17[Manufacturer] 18%Bochs% = Bochs 19 20[Bochs] 21%Bochs.DeviceDesc% = Bochs,PCI\VEN_1234&DEV_1111 22 23;---------------------------- BOCHS DRIVER ---------------------------- 24 25[Bochs] 26CopyFiles = Bochs.Miniport_CopyFiles, Bochs.Display_CopyFiles 27 28[Bochs.Miniport_CopyFiles] 29bochsmp.sys 30 31[Bochs.Display_CopyFiles] 32framebuf.dll 33 34[Bochs.SoftwareSettings] 35AddReg = Bochs_SoftwareSettings 36 37[Bochs_SoftwareSettings] 38HKR,, InstalledDisplayDrivers, %REG_MULTI_SZ%, framebuf 39HKR,, VgaCompatible, %REG_DWORD%, 0 40 41[Bochs.Services] 42AddService = bochsmp, 0x00000002, Bochs_Service 43 44[Bochs_Service] 45ServiceType = 1 46StartType = 3 47ErrorControl = 0 48ServiceBinary = %12%\bochsmp.sys 49LoadOrderGroup = Video 50 51;-------------------------------- STRINGS ------------------------------- 52 53[Strings] 54; Non-localizable 55ReactOS = "ReactOS Project" 56Bochs = "Bochs" 57 58REG_MULTI_SZ = 0x00010000 59REG_DWORD = 0x00010001 60 61; Localizable 62Bochs.DeviceDesc = "Bochs Graphics Adapter" 63