BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / blob / master / kernel / acpi / dsdt.c

// Related

Nucleus

Barry System headers (remove libc dependency) 18495cf (3 years, 2 months ago)
/*
 * This file contains the Differentated System Descriptor Table initialisation
 * code.  The DSDT describes the peripherals attached to a machine, holding
 * information on IO ports, IRQs, memory mappings and power management.
 */

#include <nucleus/io.h>
#include <nucleus/kernel.h>
#include "acpi.h"

/* Parse the DSDT for information */
void
init_dsdt(struct SDTHeader *header)
{
	return;
}