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
Memory Management
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 ?