Changes between Version 13 and Version 14 of TestingGuide
- Timestamp:
- Dec 11, 2011, 9:38:54 PM (13 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
TestingGuide
v13 v14 25 25 If you suspect IO interrupt configuration issues or PCI configuration issues, 26 26 you can try using the /VW switch. When the /VW switch is used, the PSD does not 27 alter the IO interrupt configuration and does not alter the PCI configuration 28 from the way the BIOS has set it up. The APICs are enabled and multiple CPUs 27 alter the IO interrupt configuration from the way the BIOS has set it up. The APICs are enabled and multiple CPUs 29 28 are enabled. This is known as Virtual Wire mode or APIC mode 1, or just Mode 1. 30 29 ACPI and OEMHELP services are still available in Mode 1. … … 36 35 You can disable almost all of the configuration that the PSD does by using the 37 36 /PIC switch. When the /PIC switch is used, the PSD doesn't touch any of the 38 interrupt configuration, it doesn't touch any of the PCI configuration, and39 it doesn't touch any of the APICs. As a result, only 1 CPU will be initialized. 40 This system configuration remains in the state that BIOS has setup. The only 41 reason you would want to run a system with the /PIC switch is for testing 42 purposes. This is known as PIC mode, or Mode 0. ACPI and OEMHELP services are 43 still available in Mode 0.37 interrupt configuration, and it doesn't touch any of the APICs. As a result, 38 only 1 CPU will be initialized. This system configuration remains in the state 39 that BIOS has setup except that the PSD may have enabled some PCI devices that 40 were disabled by the BIOS. The only reason you would want to run a system with 41 the /PIC switch is for testing purposes. This is known as PIC mode, or Mode 0. 42 ACPI and OEMHELP services are still available in Mode 0. 44 43 45 44 Your testing order should be: