toku-sa-n / ramen

A toy OS written in Rust supporting xHCI.
GNU General Public License v3.0
40 stars 5 forks source link

chore: create the `raheap` crate #1014

Closed toku-sa-n closed 3 years ago

toku-sa-n commented 3 years ago

This commit splits the ralib crate and moves its heap implementation to the newly created raheap crate to prevent the duplicated global heap error caused by the workspace property.