osdev icon indicating copy to clipboard operation
osdev copied to clipboard

Virtual Memory Mangement + other goodies

Open gblanchard opened this issue 13 years ago • 0 comments

This commit allows proper memory management by separating the physical memory from the virtual. Still need to implement a proper kmalloc function but not much work is left to be done.

Added a few lines of code + tools to build from linux as well.

I still need to work on this code but this should help a fair amount ;-)

gblanchard avatar Dec 04 '12 01:12 gblanchard