nuta / kerla

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

[Closes #117] Replaces `kerla_utils::bitmap` with `bitvec::BitArray` #152

Closed michalfita closed 2 years ago

michalfita commented 2 years ago

Description

This is actually pretty straightforward change and in result the burden of in-house maintenance is reduced. It closes #117.

Pre-Submission Checklist

When you submit a PR, please make sure your PR satisfies the following checklist:

nuta commented 2 years ago

Thanks again @michalfita!