We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 949a297 commit 9209b0cCopy full SHA for 9209b0c
Changelog.md
@@ -1,5 +1,10 @@
1
# Unreleased
2
3
+
4
+- [Fix map errors during kernel loading](https://github.com/rust-osdev/bootloader/pull/422)
5
+ - Don't error if a kernel page is already mapped to the correct frame
6
+ - Fix: unmap temp page again to enable multiple bss-like sections
7
8
# 0.9.25 – 2024-02-16
9
10
- [Fix data layout for custom targets for LLVM 18](https://github.com/rust-osdev/bootloader/pull/421)
0 commit comments