[Solved]Kernel Heap

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
melgmry0101b
Member
Member
Posts: 109
Joined: Wed Nov 10, 2010 10:49 am

[Solved]Kernel Heap

Post by melgmry0101b »

Hi everyone, :)
I am trying to work on the kernel heap.
I read JamesM's Kernel tutorial also i read the wiki documents about the memory management.
But the both didn't explain the full idea of making a kernel heap <i don't need a code, i need to know how it works to make my own one>.
I want to make a kernel heap with the free list way, but i didn't find a proper document that explains it.
So can anyone explains to me how it works ? , please? :)
---------------------------------------
Thanks in advance. :)
Last edited by melgmry0101b on Wed Aug 24, 2011 9:09 pm, edited 1 time in total.
melgmry0101b
Member
Member
Posts: 109
Joined: Wed Nov 10, 2010 10:49 am

Re: Kernel Heap

Post by melgmry0101b »

Thank you very much berkus :)
Post Reply