mirror of
https://github.com/RGBCube/serenity
synced 2025-07-25 15:47:44 +00:00
Add a VMO pointer to VNode.
This way, if anyone tries to map an already mapped file, we share the VMO.
This commit is contained in:
parent
862f108cb5
commit
3b2dcd5929
8 changed files with 59 additions and 10 deletions
|
@ -296,7 +296,6 @@ void init()
|
|||
procfs->initialize();
|
||||
|
||||
Process::initialize();
|
||||
|
||||
Process::create_kernel_process(init_stage2, "init_stage2");
|
||||
|
||||
Scheduler::pick_next();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue