Memory map help

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
gnh
Posts: 1
Joined: Sat Jul 23, 2016 5:41 am

Memory map help

Post by gnh »

Hello all,

I am having a problem with getting a memory map, i've been reading as much on it as I can to try and fix the bug but can't manage to. Admittedly I am a beginner at operating systems development so it's probably something stupid. But some tips on what I could be doing wrong would be helpful.

This is the output of the memory map is in the attachment, any tips on what the problem could be would be very helpful.

Thanks,
GNH
Attachments
Screen Shot 2016-07-23 at 17.38.10.png
User avatar
TightCoderEx
Member
Member
Posts: 90
Joined: Sun Jan 13, 2013 6:24 pm
Location: Grande Prairie AB

Re: Memory map help

Post by TightCoderEx »

Your probably doing nothing wrong in reading the map as 9 entries or thereabouts is very common. Your probably using VS and when a region of memory has been de-allocated it is filled with "0d f0 ad ba", a pun on bad food, meaning that region is no longer valid. My guess would be the buffer your reading the map into doesn't have global scope.
Post Reply