mirror of https://github.com/tongzx/nt5src
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.
125 lines
898 B
125 lines
898 B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Strings]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ComputerClassName = "Computer"
|
|
MSFT = "Microsoft"
|
|
|
|
;*******************************************
|
|
;device descriptions
|
|
|
|
GENDEV_MFG = "(Standardcomputere)"
|
|
|
|
@i:E_ISA_UP.DeviceDesc = "Standard-pc"
|
|
@i:ACPIPIC_UP.DeviceDesc = "PC med avanceret konfigurations- og strømforsyningsgrænseflade (ACPI)"
|
|
@i:ACPIAPIC_UP.DeviceDesc = "ACPI Uniprocessor PC"
|
|
@i:ACPIAPIC_MP.DeviceDesc = "ACPI Multiprocessor PC"
|
|
@i:MPS_UP.DeviceDesc = "MPS Uniprocessor PC"
|
|
@i:MPS_MP.DeviceDesc = "MPS Multiprocessor PC"
|
|
|
|
@i:COMPAQ_MFG = "Compaq"
|
|
@i:SYSPRO_MP.DeviceDesc = "Compaq SystemPro Multiprocessor eller 100% kompatibel"
|
|
|
|
@m:ACPI_IA64.DeviceDesc = "ACPI IA64-baseret PC"
|
|
|
|
REG_EXPAND_SZ = 0x00020000
|
|
REG_DWORD = 0x00010001
|
|
|