About this package. This is tools to read table exist in the memory area initialized by ACPI BIOS while in BIOS initialization. This build two executables: acpitblrd aml acpitblrd: This get ACPI Table on Physical memory area by accessing /dev/mem device. This requires root privilage.This tool do not contain VM86 call, but this requires kernel built with options "VM86" option.Because this requires BIOS call Int 15h AX=E8??h to get Memory capacity. This recognizes Root System Description Table Fixed ACPI Control Table Differentiated System Description Table Firmware ACPI Control Status. And data part of any other table is dumped in hexadecimal. This shows Differentiated System Discription Table, through AML(ACPI Machine Language) Parser. aml This is AML Parser only version of above program. It inputs a file and outputs formatted data. The format is not compliant with ASL(ACPI Source Language) but something like it. This can only accsepts normal-file argument,because it gets file size then mmap it. I also found 2 doubtfully bug in kernel. I send problem report as i386/10587 and i386/10485.Both report is closed , but i386/10587 is not collectly commited and i386/10485 is a not correct reason. This refers ACPI Spec by Intel/Microsoft/Toshiba . The documents is available from http://www.teleport.com/~acpi/ Copyright: /*- * Copyright (c) 1999 Takanori Watanabe * All rights reserved. * * Redistribution and use in source and binary forms, with or without * modification, are permitted provided that the following conditions * are met: * 1. Redistributions of source code must retain the above copyright * notice, this list of conditions and the following disclaimer. * 2. Redistributions in binary form must reproduce the above copyright * notice, this list of conditions and the following disclaimer in the * documentation and/or other materials provided with the distribution. * * THIS SOFTWARE IS PROVIDED BY THE AUTHOR AND CONTRIBUTORS ``AS IS'' AND * ANY EXPRESS OR IMPLIED WARRANTIES, INCLUDING, BUT NOT LIMITED TO, THE * IMPLIED WARRANTIES OF MERCHANTABILITY AND FITNESS FOR A PARTICULAR PURPOSE * ARE DISCLAIMED. IN NO EVENT SHALL THE AUTHOR OR CONTRIBUTORS BE LIABLE * FOR ANY DIRECT, INDIRECT, INCIDENTAL, SPECIAL, EXEMPLARY, OR CONSEQUENTIAL * DAMAGES (INCLUDING, BUT NOT LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS * OR SERVICES; LOSS OF USE, DATA, OR PROFITS; OR BUSINESS INTERRUPTION) * HOWEVER CAUSED AND ON ANY THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT * LIABILITY, OR TORT (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY * OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF * SUCH DAMAGE. * * $Id: README.e,v 1.3 1999/04/23 10:21:00 takawata Exp $ */ Enjoy! Takanori Watanabe Public Key Key fingerprint = 2C 51 E2 78 2C E1 C5 2D 0F F1 20 A3 11 3A 62 2A