Changeset 734 for Whitix/branches

Show
Ignore:
Timestamp:
07/06/08 14:06:01 (5 months ago)
Author:
mwhitworth
Message:

Merge in load_lib.c for stability.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • Whitix/branches/fs/user/linker/load_lib.c

    r686 r734  
    147147                        mapAddr=SysMemoryMap(PAGE_ALIGN(pHeaders[i].vAddr),                                             /* Start address. */ 
    148148                                                                 PAGE_ALIGN_UP(pHeaders[i].fileSize+PAGE_OFFSET(pHeaders[i].vAddr)), /* Size */ 
    149                                                                  7,                                                                                             /* Protection */ 
     149                                                                 elfProt,                                                                                               /* Protection */ 
    150150                                                                 fd,                                                                                                    /* Backing file */ 
    151151                                                                 pHeaders[i].fileOffset-PAGE_OFFSET(pHeaders[i].vAddr),  /* File offset */