]> Zhao Yanbai Git Server - minix.git/commit
ACPI in kernel
authorTomas Hruby <tom@minix3.org>
Thu, 2 Sep 2010 15:43:51 +0000 (15:43 +0000)
committerTomas Hruby <tom@minix3.org>
Thu, 2 Sep 2010 15:43:51 +0000 (15:43 +0000)
commit45badf4c0592449326ef4d813565584a614af40f
treec0007413849527a14ce1074d85ff3a4adf651d43
parente7252adc1e674b61e5099a5b87103bfa9605794d
ACPI in kernel

- the ability for kernel to use ACPI tables to detect IO APICs. It is
  the bare minimum the kernel needs to know about ACPI tables.

- it will be used to find out about processors as the MPS tables are
  deprecated by ACPI and not all vendorsprovide them.
kernel/arch/i386/Makefile.inc
kernel/arch/i386/acpi.c [new file with mode: 0644]
kernel/arch/i386/acpi.h [new file with mode: 0644]
kernel/arch/i386/arch_system.c
kernel/arch/i386/memory.c
kernel/arch/i386/proto.h