From 74ee4557d3dd09ef4f885588546aa8bc3c0aca30 Mon Sep 17 00:00:00 2001 From: scottl Date: Fri, 9 Jan 2004 19:20:47 +0000 Subject: Disable the APIC when selecting the 'Safe Mode' option of the loader. This will disable both APIC interrupt routing and SMP. --- sys/boot/forth/beastie.4th | 1 + 1 file changed, 1 insertion(+) diff --git a/sys/boot/forth/beastie.4th b/sys/boot/forth/beastie.4th index 76578c3..8b727a2 100644 --- a/sys/boot/forth/beastie.4th +++ b/sys/boot/forth/beastie.4th @@ -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 -- cgit v1.1