rellermeyer / course_os

CS 439 course OS
BSD 3-Clause "New" or "Revised" License
38 stars 26 forks source link

kmalloc progress #26

Closed KaelenHaag1 closed 10 years ago

KaelenHaag1 commented 10 years ago

Is there any update on the progress of being able to allocate memory? I know we addressed this a little bit yesterday but is there any timetable on when this will be implemented?

stv8 commented 10 years ago

Inside of the memory management branch there is a very rudimentary bump pointer allocation function (there is no free). It is not the best but it works.

jeffreyftang commented 10 years ago

I'm planning on doing more work on memory management but holding off until virtual mem gets ironed out a bit more.

KaelenHaag1 commented 10 years ago

Alright cool didn't know about that. No problem Jeffery, we just needed something to use for right now.