File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change 1
1
# Unreleased
2
2
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
+
3
10
# 0.10.12 – 2022-02-06
4
11
5
12
- Add support for position independent executables ([ #206 ] ( https://github.com/rust-osdev/bootloader/pull/206 ) )
You can’t perform that action at this time.
0 commit comments