X-Git-Url: https://git.ucc.asn.au/?a=blobdiff_plain;f=KernelLand%2FKernel%2Fvfs%2Fmmap.c;h=89301773864c88ef963c0695f96285660f28ecdc;hb=2e9775068c0df5c846260fa3b5265746f404f2f3;hp=c5015e67f02ffc1b6b3bfda5fb03bcdf75592edf;hpb=d0b4559f2936f6d9f06be0f7c3c51527a480ec0d;p=tpg%2Facess2.git diff --git a/KernelLand/Kernel/vfs/mmap.c b/KernelLand/Kernel/vfs/mmap.c index c5015e67..89301773 100644 --- a/KernelLand/Kernel/vfs/mmap.c +++ b/KernelLand/Kernel/vfs/mmap.c @@ -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");