rust-osdev / bootloader

An experimental pure-Rust x86 bootloader
Apache License 2.0
1.39k stars 212 forks source link

Fixed bug stemming from treating an exclusive range as an inclusive r… #362

Closed JarlEvanson closed 1 year ago

JarlEvanson commented 1 year ago

This should fix a rare bug regarding treating an exclusive range as an inclusive range when the zero_end is page aligned.