|
在opk里的sysprep。inf里有这么一个说明:
UpdateHAL
Value: hwid,%windir%\inf\hal.inf
(where hwid is either MPS_MP or ACPIAPIC_MP)
Valid only for Sysprep.inf. Required if the master installation is built on an APIC uniprocessor-system (UP) computer and the image of that master installation is placed on compatible multiprocessor-system (MP) destination computers.
Important
Do not use a Sysprep.inf file containing this entry on destination uniprocessor computers, because UpdateHAL loads the multiprocessor hardware abstraction layer (HAL) on the destination computer regardless of whether it is a uniprocessor or an multiprocessor computer. A multiprocessor kernel on a uniprocessor computer noticeably reduces the computer’s performance.
To add the modified Sysprep.inf file to the destination computer, you can:
Save the .inf file to a floppy disk and insert the disk before Mini-Setup starts.
Update the image on the destination computer to include the .inf file.
UpdateInstalledDrivers
Value: Yes | No
Default: No
Specifies whether Plug and Play is called after Mini-Setup, to re-enumerate all the installed drivers and install any updated drivers in the driver path.
Do not use UpdateInstalledDrivers with the sysprep -pnp command-line option.
UpdateUPHAL
Value: hwid,%windir%\Inf\Hal.inf
(where hwid is either MPS_UP or ACPIAPIC_UP)
Valid only for Sysprep.inf. Required if the master installation is built on an APIC multiprocessor computer and the image of that master installation is placed on compatible APIC uniprocessor or multiprocessor destination computers.
In this situation, Windows automatically identifies the processor type and loads the appropriate kernel.
我只是想知道MPS_UP or ACPIAPIC_UP是什么意思,特别是最后一句啊,他说windows会自动识别用那个hal! |
|