mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 05:37:35 +00:00
APIC: Enable APIC and start APs
This commit is contained in:
parent
4c8341d080
commit
00a7c48d6e
8 changed files with 263 additions and 2 deletions
10
Kernel/Arch/i386/APIC.h
Normal file
10
Kernel/Arch/i386/APIC.h
Normal file
|
@ -0,0 +1,10 @@
|
|||
#pragma once
|
||||
|
||||
#include <AK/Types.h>
|
||||
|
||||
namespace APIC {
|
||||
|
||||
bool init();
|
||||
void enable(u32 cpu);
|
||||
|
||||
}
|
Loading…
Add table
Add a link
Reference in a new issue