Bone-Project / BoneOS

💥 BoneOS Kernel and Operating System Source Tree
https://amanuel.io/projects/BoneOS
Other
131 stars 29 forks source link

Dynamic memory allocation #108

Open Gip-Gip opened 7 years ago

Gip-Gip commented 7 years ago

Libc appears to be missing the standard allocation calls malloc, calloc, and realloc. I may add them myself but I'm working on another project right now.

amanuel2 commented 7 years ago

I'm actually learning about memory management now, that was on my todolist for next release. Don't add now but we will work it out together if you want after I read a bunch of stuff on memory :)

amanuel2 commented 7 years ago

@Gip-Gip by the way what's the project? If you want I can contribute there too :D

Gip-Gip commented 7 years ago

@amanuel2 PoSRIC. I'm looking for feedback only as I'm entering the program into a contest sometime early next year, but once that's over It'll be open for all contribution.

amanuel2 commented 7 years ago

@Gip-Gip ok man I'll let you know. Thanks for dropping by 😸

amanuel2 commented 7 years ago

@sajadbanooie is doing this in sajad_dev

double-fault commented 7 years ago

I'm going to do a temporary placement allocator solution for this till @sajad can finish the mm.