mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-06-10 10:01:13 +09:00
Kernel: Move VM-related files into Kernel/VM/.
Also break MemoryManager.{cpp,h} into one file per class.
This commit is contained in:
parent
39fd81174e
commit
b9738fa8ac
Notes:
sideshowbarker
2024-07-19 14:50:17 +09:00
Author: https://github.com/awesomekling
Commit: b9738fa8ac
21 changed files with 630 additions and 575 deletions
|
@ -3,7 +3,7 @@
|
|||
#include <AK/StringBuilder.h>
|
||||
#include <LibC/errno_numbers.h>
|
||||
#include "FileSystem.h"
|
||||
#include "MemoryManager.h"
|
||||
#include <Kernel/VM/MemoryManager.h>
|
||||
#include <Kernel/LocalSocket.h>
|
||||
|
||||
static dword s_lastFileSystemID;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue