mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-08 17:19:13 +00:00
Process now maps regions immediately when they are allocated.
This avoids having to do a separate MM.mapRegionsForTask() pass. Also, more Task => Process renaming that I apparently hadn't saved yet.
This commit is contained in:
parent
4e60551aec
commit
3e532ac7b6
Notes:
sideshowbarker
2024-07-19 18:34:59 +09:00
Author: https://github.com/awesomekling
Commit: 3e532ac7b6
14 changed files with 327 additions and 387 deletions
|
@ -1,5 +1,5 @@
|
|||
#include "i386.h"
|
||||
#include "Task.h"
|
||||
#include "Process.h"
|
||||
#include "Syscall.h"
|
||||
#include "Console.h"
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue