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.
124 lines
1014 B
124 lines
1014 B
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
[Strings]
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
ComputerClassName = "Computador"
|
|
MSFT = "Microsoft"
|
|
|
|
;*******************************************
|
|
;device descriptions
|
|
|
|
GENDEV_MFG = "(Computadores padrão)"
|
|
|
|
@i:E_ISA_UP.DeviceDesc = "Computador pessoal padrão"
|
|
@i:ACPIPIC_UP.DeviceDesc = "PC com ACPI (interface avançada de configuração e energia' )"
|
|
@i:ACPIAPIC_UP.DeviceDesc = "Computador de processador único ACPI"
|
|
@i:ACPIAPIC_MP.DeviceDesc = "PC multiprocessador PCACPI"
|
|
@i:MPS_UP.DeviceDesc = "Computador de processador único SPM"
|
|
@i:MPS_MP.DeviceDesc = "PC multiprocessador MPS"
|
|
|
|
@a:ACPI_AMD64.DeviceDesc = "ACPI x86-64-based PC"
|
|
|
|
@m:ACPI_IA64.DeviceDesc = "PC baseado em ACPI IA64"
|
|
|
|
REG_EXPAND_SZ = 0x00020000
|
|
REG_DWORD = 0x00010001
|
|
|