From 3e532ac7b6ffeb5c0b0034a7fb2035c4c5756b25 Mon Sep 17 00:00:00 2001 From: Andreas Kling Date: Thu, 1 Nov 2018 13:15:46 +0100 Subject: 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. --- Kernel/Syscall.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'Kernel/Syscall.cpp') diff --git a/Kernel/Syscall.cpp b/Kernel/Syscall.cpp index d84c1642aa..2e24c7ec29 100644 --- a/Kernel/Syscall.cpp +++ b/Kernel/Syscall.cpp @@ -1,5 +1,5 @@ #include "i386.h" -#include "Task.h" +#include "Process.h" #include "Syscall.h" #include "Console.h" -- cgit v1.2.3