BarryServer : Git

All the code for all my projects
// BarryServer : Git / Nucleus / commit / 960f398b67fe616dfc3bc5c319e5c4cbabdbdaaa / memory

// Related

Nucleus

Barry Uninterruptable clone() 960f398 (3 years, 3 months ago)
diff --git a/memory/paging.c b/memory/paging.c
index cd6deb5..c7ebb30 100644
--- a/memory/paging.c
+++ b/memory/paging.c
@@ -55,7 +55,6 @@ clone_dir(void)
 		if (!(oldTables[tbl] & PDE_PRESENT))
 			continue;
 
-
 		/* Link kernel tables */
 		if (tbl < 2 || tbl >= 1008) {
 			newTables[tbl] = oldTables[tbl];