Page 1 of 1

Memory Management

Posted: Fri Feb 02, 2007 10:44 am
by Jpmon1
Hello,

I am looking for a good tutorial showing how to set up some kind of memory management. I have found plenty of theoretical tutorials, but none that go the extra step. Any help would be greatly appreciated.

Thanks,

- Jon

Posted: Sat Feb 03, 2007 8:46 am
by Otter
What do you want for your memory manager ? Do you want a simple malloc/free implementation for an already allocated area ( for example if you do not use paging and use all your physical memory which is not needed by the kernel as heap ) or do you want a complex one which can handle paging, one which can organize your virtual address space ?