minix/kernel/arch/i386
Tomas Hruby 2440ffae49 Kernel exports DSDP and apic_enabled in machine structure
- kernel exports DSDP (the root pointer where ACPI parsing starts) and
  apic_enabled in the machine structure.

- ACPI driver uses DSDP to locate ACPI in memory. acpi_enabled tell
  PCI driver to query ACPI for IRQ routing information.
2010-09-02 15:43:56 +00:00
..
include Multiboot support (contributed by Feiran "Fam" Zheng); 2010-07-23 14:24:34 +00:00
acpi.c Kernel exports DSDP and apic_enabled in machine structure 2010-09-02 15:43:56 +00:00
acpi.h ACPI in kernel 2010-09-02 15:43:51 +00:00
apic.c include, kernel: minor fixes to make compiling and linking work with clang. 2010-07-06 11:59:19 +00:00
apic.h More endpoint_t correctness. 2010-06-08 14:09:18 +00:00
apic_asm.h Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
apic_asm.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
arch_clock.c Removed some unused variables and functions. 2010-06-02 19:41:38 +00:00
arch_do_vmctl.c Get rid of static spare pages after VM startup. 2010-07-20 21:59:27 +00:00
arch_system.c ACPI in kernel 2010-09-02 15:43:51 +00:00
arch_watchdog.c include, kernel: minor fixes to make compiling and linking work with clang. 2010-07-06 11:59:19 +00:00
breakpoints.c Fix types in debug register functions 2010-04-28 08:35:05 +00:00
debugreg.h Fix types in debug register functions 2010-04-28 08:35:05 +00:00
debugreg.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
do_int86.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
do_iopenable.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
do_readbios.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
do_sdevio.c Convert kernel over to bsdmake 2010-04-01 22:22:33 +00:00
exception.c Don't panic so easily on unexpected pagefault. 2010-07-20 23:51:34 +00:00
glo.h Local APIC 2009-11-16 21:41:44 +00:00
i8259.c remove intr_disabled() as interrupts are always disabled in the kernel now. 2010-04-26 15:32:42 +00:00
io_inb.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
io_inl.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
io_intr.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
io_inw.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
io_outb.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
io_outl.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
io_outw.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
kernel.lds Buildsystem changes for GCC 2010-05-19 13:24:15 +00:00
klib.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
klib16.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
Makefile.inc ACPI in kernel 2010-09-02 15:43:51 +00:00
memory.c Kernel exports DSDP and apic_enabled in machine structure 2010-09-02 15:43:56 +00:00
mpx.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
multiboot.h Multiboot support (contributed by Feiran "Fam" Zheng); 2010-07-23 14:24:34 +00:00
multiboot.S Macros for symbols used in both ASM and C 2010-08-17 16:44:07 +00:00
oxpcie.c kernel: oxpcie serial card support. 2010-05-19 10:00:02 +00:00
oxpcie.h kernel: oxpcie serial card support. 2010-05-19 10:00:02 +00:00
pre_init.c Missing prototype in pre_init.c 2010-08-06 12:26:26 +00:00
protect.c Multiboot support (contributed by Feiran "Fam" Zheng); 2010-07-23 14:24:34 +00:00
proto.h Kernel exports DSDP and apic_enabled in machine structure 2010-09-02 15:43:56 +00:00
sconst.h Lazy FPU 2010-06-07 07:43:17 +00:00
serial.h kernel: oxpcie serial card support. 2010-05-19 10:00:02 +00:00