diff --git a/sys/vmm/vmm_mmap.c b/sys/vmm/vmm_mmap.c index fa60743..dfda0f2 100644 --- a/sys/vmm/vmm_mmap.c +++ b/sys/vmm/vmm_mmap.c @@ -189,6 +189,8 @@ } + kprintf("[tmp: %i:%i]\n", _current->id, round_page( uap->len ) / PAGE_SIZE ); + td->td_retval[0] = ( void * ) vmm_getFreeVirtualPage( _current->id, round_page( uap->len ) / PAGE_SIZE, VM_TASK ); kprintf("(tmp5: 0x%X)\n", td->td_retval[0]);