Help needed in memory mapping

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
neoahead
Posts: 3
Joined: Tue Mar 31, 2009 12:57 pm

Help needed in memory mapping

Post by neoahead »

hey,
i want to know how to do the memory mapping. i didnt get any tutorial regarding this topic. so , plz some one help me out here..

thanx
pcmattman
Member
Member
Posts: 2566
Joined: Sun Jan 14, 2007 9:15 pm
Libera.chat IRC: miselin
Location: Sydney, Australia (I come from a land down under!)
Contact:

Re: Help needed in memory mapping

Post by pcmattman »

Hi,
i didnt get any tutorial regarding this topic.
As you progress through kernel development the amount of tutorial-like information drops significantly. What you need to do is learn how to read the specification (in this case, the CPU manuals) and implement based on them.

As for your question, what do you mean by "memory mapping"?
User avatar
xenos
Member
Member
Posts: 1121
Joined: Thu Aug 11, 2005 11:00 pm
Libera.chat IRC: xenos1984
Location: Tartu, Estonia
Contact:

Re: Help needed in memory mapping

Post by xenos »

Have you ever been looking through the Wiki?

Memory_Management
Programmers' Hardware Database // GitHub user: xenos1984; OS project: NOS
gedd
Member
Member
Posts: 104
Joined: Thu Apr 10, 2008 1:47 am

Re: Help needed in memory mapping

Post by gedd »

[ Grub 2 | Visual Studio 2013 | PE File ]
The OsDev E.T.
Don't send OsDev MIB !
Post Reply