mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-07-29 20:29:18 +00:00
APIC: Enable APIC and start APs
This commit is contained in:
parent
4c8341d080
commit
00a7c48d6e
Notes:
sideshowbarker
2024-07-19 11:40:38 +09:00
Author: https://github.com/tomuta
Commit: 00a7c48d6e
Pull-request: https://github.com/SerenityOS/serenity/pull/668
Reviewed-by: https://github.com/awesomekling
8 changed files with 263 additions and 2 deletions
|
@ -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>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue