Disable the APIC when selecting the 'Safe Mode' option of the loader. This

will disable both APIC interrupt routing and SMP.
This commit is contained in:
Scott Long 2004-01-09 19:20:47 +00:00
parent 6aae6f7e7a
commit 6d38a06c85

View File

@ -228,6 +228,7 @@ set-current
s" acpi_load" unsetenv
s" 1" s" hint.acpi.0.disabled" setenv
s" 1" s" loader.acpi_disabled_by_user" setenv
s" 1" s" hint.apic.0.disabled" setenv
then
s" 0" s" hw.ata.ata_dma" setenv
s" 0" s" hw.ata.atapi_dma" setenv