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:
Andreas Kling 2018-11-08 15:39:26 +01:00
commit 3b2dcd5929
Notes: sideshowbarker 2024-07-19 18:31:39 +09:00
8 changed files with 59 additions and 10 deletions

View file

@ -296,7 +296,6 @@ void init()
procfs->initialize();
Process::initialize();
Process::create_kernel_process(init_stage2, "init_stage2");
Scheduler::pick_next();