Reading MAP file,
I am reading the memory map. The memory address format for microsoft is SEGMENT:OFFSET. When I read the map file the SEGMENTS all show up as segment 0 or segment 1 for all symbols. When I get a page fault, the segment shows up as a number. I believe this is because the page/segment is assigned at execution. Is this correct? Any tips appreciated, I am trying to learn.
ahoodin
I am reading the memory map. The memory address format for microsoft is SEGMENT:OFFSET. When I read the map file the SEGMENTS all show up as segment 0 or segment 1 for all symbols. When I get a page fault, the segment shows up as a number. I believe this is because the page/segment is assigned at execution. Is this correct? Any tips appreciated, I am trying to learn.
ahoodin