mirror of
https://github.com/drasko/codezero.git
synced 2026-01-17 05:13:16 +01:00
Elf file checking - Added the test that data and text are at least a page apart.
This commit is contained in:
@@ -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;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user