APIC: Enable APIC and start APs

This commit is contained in:
Tom 2019-10-16 10:27:00 -06:00 committed by Andreas Kling
commit 00a7c48d6e
Notes: sideshowbarker 2024-07-19 11:40:38 +09:00
8 changed files with 263 additions and 2 deletions

View file

@ -1,6 +1,7 @@
#include "Assertions.h"
#include "IRQHandler.h"
#include "PIC.h"
#include "APIC.h"
#include "Process.h"
#include "Scheduler.h"
#include <AK/Types.h>