Alexis211 / Melon

The Melon Operating System (nothing to see here!)
Other
12 stars 2 forks source link

Make class Heap #7

Closed Alexis211 closed 15 years ago

Alexis211 commented 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.

Alexis211 commented 15 years ago

Started : Heap is now an independent class. Next : have one heap for each user process

Alexis211 commented 15 years ago

Seems to be ok ! More work will be done in Thread class when we have user mode.