Skip to content

Commit b92431d

Browse files
committed
Prepare changelog for next release
1 parent 2e2a098 commit b92431d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

Changelog.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,12 @@
11
# Unreleased
22

3+
- Add dynamic range configuration ([#229](https://github.com/rust-osdev/bootloader/pull/229))
4+
- Fix boot for machines that report memory regions at high physical addresses (see [#259](https://github.com/rust-osdev/bootloader/issues/259))
5+
- Limit BIOS bootloader's `max_phys_addr` to 4 GiB ([#260](https://github.com/rust-osdev/bootloader/pull/260))
6+
- fix `get_free_address` for large sizes (0.10) ([#263](https://github.com/rust-osdev/bootloader/pull/263))
7+
- Only perform a single TLB flush after identity mapping ([#265](https://github.com/rust-osdev/bootloader/pull/265))
8+
- Correct typos in `src/binary/level_4_entries.rs` ([#228](https://github.com/rust-osdev/bootloader/pull/228))
9+
310
# 0.10.12 – 2022-02-06
411

512
- Add support for position independent executables ([#206](https://github.com/rust-osdev/bootloader/pull/206))

0 commit comments

Comments
 (0)