125 lines
848 B
Plaintext
125 lines
848 B
Plaintext
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Strings]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ComputerClassName = "Computer"
|
|
MSFT = "Microsoft"
|
|
|
|
;*******************************************
|
|
;device descriptions
|
|
|
|
GENDEV_MFG = "(Computer standard)"
|
|
|
|
@i:E_ISA_UP.DeviceDesc = "PC standard"
|
|
@i:ACPIPIC_UP.DeviceDesc = "PC ad interfaccia di alimentazione e configurazione avanzata (ACPI)"
|
|
@i:ACPIAPIC_UP.DeviceDesc = "PC uniprocessore ACPI"
|
|
@i:ACPIAPIC_MP.DeviceDesc = "PC multiprocessore ACPI"
|
|
@i:MPS_UP.DeviceDesc = "PC uniprocessore MPS"
|
|
@i:MPS_MP.DeviceDesc = "PC multiprocessore MPS"
|
|
|
|
@a:ACPI_AMD64.DeviceDesc = "PC ACPI basato su x86-64"
|
|
|
|
@m:ACPI_IA64.DeviceDesc = "PC basato su IA64 ACPI"
|
|
|
|
REG_EXPAND_SZ = 0x00020000
|
|
REG_DWORD = 0x00010001
|
|
|