Memory Manager in C?
Memory Manager in C?
I'm sure someone has done it, so would anyone care to help me, I've looked through the tutorial in the wiki, but I'm still confused.
NULL
If you read the wiki, as you said, surely you read the 'posting rules' thread?
Memory management is a whole slab of a regular kernel, and is comprised of several independant components. You need a way of managing physical memory and a way of mapping virtual memory. Neither of those contain a malloc(n) type function. You overlay that on top of those base components.
Memory management is a whole slab of a regular kernel, and is comprised of several independant components. You need a way of managing physical memory and a way of mapping virtual memory. Neither of those contain a malloc(n) type function. You overlay that on top of those base components.
The cake is a lie | rackbits.com