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.
[Solved]Kernel Heap
-
- Member
- Posts: 109
- Joined: Wed Nov 10, 2010 10:49 am
[Solved]Kernel Heap
Last edited by melgmry0101b on Wed Aug 24, 2011 9:09 pm, edited 1 time in total.
-
- Member
- Posts: 109
- Joined: Wed Nov 10, 2010 10:49 am
Re: Kernel Heap
Thank you very much berkus