Changeset 733
- Timestamp:
- 07/06/08 13:42:48 (3 months ago)
- Files:
-
- 1 modified
-
Whitix/trunk/user/linker/load_lib.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/trunk/user/linker/load_lib.c
r686 r733 147 147 mapAddr=SysMemoryMap(PAGE_ALIGN(pHeaders[i].vAddr), /* Start address. */ 148 148 PAGE_ALIGN_UP(pHeaders[i].fileSize+PAGE_OFFSET(pHeaders[i].vAddr)), /* Size */ 149 7, /* Protection */149 elfProt, /* Protection */ 150 150 fd, /* Backing file */ 151 151 pHeaders[i].fileOffset-PAGE_OFFSET(pHeaders[i].vAddr), /* File offset */
