Changeset 734 for Whitix/branches/fs/user/linker/load_lib.c
- Timestamp:
- 07/06/08 14:06:01 (5 months ago)
- Files:
-
- 1 modified
-
Whitix/branches/fs/user/linker/load_lib.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
-
Whitix/branches/fs/user/linker/load_lib.c
r686 r734 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 */