zerox029 / toast

A small hobby OS written in Rust
GNU General Public License v3.0
4 stars 0 forks source link

Rewrite buddy allocator without heap allocations #23

Open zerox029 opened 5 months ago

zerox029 commented 5 months ago

Rewrite the buddy allocator by allocating memory directly in a free region without using the built-in allocator.

zerox029 commented 5 months ago

Currently being worked on as a bitmap implementation