Elf file checking - Added the test that data and text are at least a page apart.

This commit is contained in:
Bahadir Balban
2009-05-13 16:37:08 +03:00
parent 2c01463482
commit ae50823599
3 changed files with 8 additions and 5 deletions

View File

@@ -71,7 +71,7 @@ int pager_open_bypath(struct tcb *pager, char *pathname)
struct vnode *v;
int retval;
printf("%s/%s\n", __TASKNAME__, __FUNCTION__);
//printf("%s/%s\n", __TASKNAME__, __FUNCTION__);
if (pager->tid != PAGER_TID)
return -EINVAL;