nuta / kerla

A new operating system kernel with Linux binary compatibility written in Rust.
Other
3.35k stars 87 forks source link

Replace `kerla_utils::bitmap` with `bitvec::array::BitArray` #117

Closed nuta closed 2 years ago

nuta commented 2 years ago

I noticed that bitvec provides sufficient features for us as a bitmap container. This is a refactoring issue to replace all bitmaps in Kerla with bitvec.