sos-os / kernel

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

Does the buddy allocator free list need to be doubly-linked? #77

Open hawkw opened 7 years ago

hawkw commented 7 years ago

Currently the free list is doubly-linked. Do we ever actually traverse it backwards? I don't think we do; should check to make sure.