Subversion Repositories HelenOS

Compare Revisions

Ignore whitespace Rev 3771 → Rev 3772

/branches/dynload/uspace/app/dload/dload.c
80,7 → 80,7
runtime_env->program = &prog;
 
/* Work around non-existent memory space allocation. */
runtime_env->next_bias = 0x100000;
runtime_env->next_bias = 0x1000000;
 
/*
* Now we can continue with loading all other modules.