1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:37:35 +00:00

Kernel: Make MemoryManager compile on aarch64

This commit is contained in:
James Mintram 2022-04-02 23:56:20 +01:00 committed by Brian Gianforcaro
parent 6299a69253
commit d79c772c87
10 changed files with 119 additions and 22 deletions

View file

@ -22,6 +22,7 @@
namespace Kernel {
class PageDirectoryEntry;
class PageTableEntry;
}
struct KmallocGlobalData;