mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 06:27:45 +00:00
Kernel: Add basic aarch64 support to MemoryManager
FIXME: There's still a lot to do like for example, port `quickmap_page`. This does however get us further into the boot process than before.
This commit is contained in:
parent
14fe03569a
commit
7e1e208d08
6 changed files with 41 additions and 18 deletions
|
@ -39,4 +39,9 @@ void Processor::initialize(u32 cpu)
|
|||
asm volatile("wfi");
|
||||
}
|
||||
|
||||
void Processor::flush_tlb_local(VirtualAddress, size_t)
|
||||
{
|
||||
// FIXME: Implement this
|
||||
}
|
||||
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue