Kernel - Minor changes to SysSpawn
[tpg/acess2.git] / KernelLand / Kernel / vfs / mmap.c
index c5015e6..8930177 100644 (file)
@@ -57,6 +57,7 @@ void *VFS_MMap(void *DestHint, size_t Length, int Protection, int Flags, int FD,
                                        PAGE_SIZE - (mapping_base & (PAGE_SIZE-1))
                                        );
                                memset( (void*)(mapping_base + ofs), 0, PAGE_SIZE - (mapping_base & (PAGE_SIZE-1)));
+                               LOG("dune");
                        }
                        else {
                                LOG("New empty page");

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