Closed Alexis211 closed 15 years ago
Put heap managment functions in a class, and have one (small) kernel heap for each user process, so that kernel can easily allocate memory in user space.
Started : Heap is now an independent class. Next : have one heap for each user process
Seems to be ok ! More work will be done in Thread class when we have user mode.
Put heap managment functions in a class, and have one (small) kernel heap for each user process, so that kernel can easily allocate memory in user space.