sos-os / kernel

The Stupid Operating System
Apache License 2.0
264 stars 17 forks source link

refactor: can we actually use borrowed frame handles? #104

Open hawkw opened 7 years ago

hawkw commented 7 years ago

We have these but they're currently kind of gathering dust in the alloc crate. A lot of our paging code could probably be rewritten to take advantage of lifetime-based page frame allocation & deallocation.