From mboxrd@z Thu Jan 1 00:00:00 1970 From: Len Brown Subject: Re: Userspace ACPI interpreter ( was RE: [ACPI] [RFC] dev_acpi: support for userspace access to acpi) Date: Thu, 28 Oct 2004 01:37:52 -0400 Sender: linux-kernel-owner@vger.kernel.org Message-ID: <418085B0.30208@intel.com> References: <3ACA40606221794F80A5670F0AF15F84041ABFFA@pdsmsx403> Mime-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Return-path: In-Reply-To: <3ACA40606221794F80A5670F0AF15F84041ABFFA@pdsmsx403> To: "Yu, Luming" Cc: Bjorn Helgaas , "Moore, Robert" , Alex Williamson , linux-kernel , acpi-devel@lists.sourceforge.net List-Id: linux-acpi@vger.kernel.org One way to experiment with a user-mode ACPI interpreter would be to continue to use the kernel-mode interpreter for boot up , and cut over to the user-mode interpreter at /sbin/init. The kernel-mode interpreter could be sent the way of free_initmem() which is called just before /sbin/init is invoked. -Len