Subversion Repositories HelenOS

Rev

Rev 3689 | Rev 4347 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 3689 Rev 3772
Line 78... Line 78...
78
 
78
 
79
    /* Pointer to program module. Used as root of the module graph. */
79
    /* Pointer to program module. Used as root of the module graph. */
80
    runtime_env->program = &prog;
80
    runtime_env->program = &prog;
81
 
81
 
82
    /* Work around non-existent memory space allocation. */
82
    /* Work around non-existent memory space allocation. */
83
    runtime_env->next_bias = 0x100000;
83
    runtime_env->next_bias = 0x1000000;
84
 
84
 
85
    /*
85
    /*
86
     * Now we can continue with loading all other modules.
86
     * Now we can continue with loading all other modules.
87
     */
87
     */
88
 
88