Memory Management

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
osdev

Memory Management

Post by osdev »

I want to study several examples before deciding what method to enable memory management in for my group's kernel.  The targeted environment is an x86 platform that may eventually be migrated to x86-64 if I can get my hands on a Hammer chip someday.  For now though, I would like it if someone could show me a mature memory system that isn't that difficult to tear apart.  So if anybody has a good example or good links, especially a tutorial that takes an entire system and describes its code, that would be nice.
Post Reply