sos-os / alarm

ALARM: Another Library for Allocating and Releasing Memory
Apache License 2.0
8 stars 6 forks source link

feat(base): Add hal9000 dependency to base, and make frames `Page`s #57

Closed hawkw closed 6 years ago

hawkw commented 6 years ago

This branch adds a dependency on hal9000 to alarm_base, and adds a bound that FrameAllocator::Page: hal9000::mem::Page. I made this change in my buddy block allocator dev branch, but it never made it to master, so I'm attempting to rectify that.