XyrisOS / xyris

The Xyris Kernel
https://xyr.is
MIT License
154 stars 11 forks source link

Replace liballoc with Custom Heap #367

Open Kfeavel opened 2 years ago

Kfeavel commented 2 years ago

My plan is basically to just reimplement liballoc in C++. This should be fine since liballoc is in the public domain. I'll leave some note in the header about it being a reimplementation.