refactor: clean up the virtual memory mappings
[lunaix-os.git] / lunaix-os / kernel / process.c
index 086a5e3105a184ca3ccf784f3f8fb7cba46445f9..e30e46120a21b4e213c4087d10f158cc7352ca99 100644 (file)
@@ -151,7 +151,7 @@ init_proc_user_space(struct proc_info* pcb)
         vmm_set_mapping(PD_MOUNT_1, i, 0, PG_ALLOW_USER | PG_WRITE, VMAP_NULL);
     }
 
-    // todo: other uspace initialization stuff
+    // TODO other uspace initialization stuff
 
     vmm_unmount_pd(PD_MOUNT_1);
 }