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
CHIPOUNOV Vitaly

Memory Management

Post by CHIPOUNOV Vitaly »

I'd like to know where I can find some
info about Memory allocation under PMODE
using paging. I've written sth but don't think
it's the fastest code ever.

Thanks
Guest

RE:Memory Management

Post by Guest »

I use two layers, one to allocate pages and two general purpose managers (for user memory and system memory above 0x20000000).
Post Reply