[ACPI] document cmdline acpi_os_name=
authorLen Brown <len.brown@intel.com>
Thu, 26 Jan 2006 04:47:36 +0000 (23:47 -0500)
committerLen Brown <len.brown@intel.com>
Fri, 31 Mar 2006 06:02:39 +0000 (01:02 -0500)
This can sometimes be used to work around broken BIOS.
Use "Microsoft Windows" to take the same path
through the BIOS as Windows98 would.

The default is "Microsoft Windows NT", which
is what NT and later versions of Windows use,
and is the most tested path through most BIOS.

Set it to anything else, including "Linux", at your
own risk, as it seems that virtually no BIOS
has been tested with anything but the two options above.

Note that this uses the legacy _OS interface, so
we don't expect this to ever change.

Signed-off-by: Len Brown <len.brown@intel.com>
Documentation/kernel-parameters.txt

index f8cb55c30b0fb4d3c8a9931d15c0eedb13684b46..78eb66b8619cad490e58f2df86016178c25eebed 100644 (file)
@@ -139,6 +139,9 @@ running once the system is up.
        acpi_irq_isa=   [HW,ACPI] If irq_balance, mark listed IRQs used by ISA
                        Format: <irq>,<irq>...
 
+       acpi_os_name=   [HW,ACPI] Tell ACPI BIOS the name of the OS
+                       Format: To spoof as Windows 98: ="Microsoft Windows"
+
        acpi_osi=       [HW,ACPI] empty param disables _OSI
 
        acpi_serialize  [HW,ACPI] force serialization of AML methods