mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 05:37:44 +00:00
Refactor the virtual memory object model a bit:
Process now has a number of Regions. Each Region is backed by a VMObject. A VMObject can be file-backed or anonymous. These can be shared.
This commit is contained in:
parent
3c8064a787
commit
862f108cb5
6 changed files with 165 additions and 31 deletions
|
@ -2,7 +2,7 @@
|
|||
|
||||
#include "types.h"
|
||||
|
||||
#define PAGE_SIZE 4096u
|
||||
#define PAGE_SIZE 4096
|
||||
#define PAGE_MASK 0xfffff000
|
||||
|
||||
union Descriptor {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue