More work on error and interrupt handling (almost got it working)
[tpg/acess2.git] / Kernel / arch / x86_64 / mm_virt.c
index 19bf72f..f1a4a80 100644 (file)
@@ -35,6 +35,11 @@ void MM_InitVirt(void)
        
 }
 
+void MM_FinishVirtualInit(void)
+{
+       
+}
+
 /**
  * \brief Map a physical page to a virtual one
  */
@@ -340,3 +345,13 @@ void MM_ClearUser(void)
                }
        }
 }
+
+tVAddr MM_NewWorkerStack(void)
+{
+       return 0;
+}
+
+tVAddr MM_NewKStack(void)
+{
+       return 0;
+}

UCC git Repository :: git.ucc.asn.au