WIP - IOAPIC

This commit is contained in:
2017-03-22 14:35:52 +01:00
parent 8bd9b0ef16
commit 253cd84a1f
7 changed files with 105 additions and 36 deletions

View File

@@ -4,6 +4,7 @@
#include <mem.h>
#include <string.h>
#include <multiboot.h>
#include <int.h>
RSDP_st *find_rsdp()
{
@@ -87,6 +88,7 @@ void parse_MADT(SDT_header *header)
break;
case 2: // Interrupt Source Override
debug_info("ACPI - Interrupt source override %x->%x\n", f->ISO.irq, f->ISO.interrupt);
irq_map[f->ISO.irq] = f->ISO.interrupt;
break;
default:
break;