|
1 | 1 | # Unreleased
|
2 | 2 |
|
3 | | -## Features |
| 3 | +# 0.11.11 – 2025年07月31日 |
| 4 | + |
| 5 | +This release is compatible with Rust nightlies starting with `nightly-2025年07月24日`. |
4 | 6 |
|
5 | | -* add `kernel_base` mapping to the BootloaderConfig to specify the virtual address |
6 | | - at which position-independent kernels are loaded. |
| 7 | +* [Update uart_16550 to 0.3.2](https://github.com/rust-osdev/bootloader/pull/495) |
| 8 | +* [add `kernel_base` mapping to the BootloaderConfig](https://github.com/rust-osdev/bootloader/pull/494) |
| 9 | +* [Use Result::ok](https://github.com/rust-osdev/bootloader/pull/496) |
| 10 | +* [implement Send+Sync for MemoryRegions](https://github.com/rust-osdev/bootloader/pull/502) |
| 11 | +* [Document physical memory mapping size](https://github.com/rust-osdev/bootloader/pull/506) |
| 12 | +* [Fixes the type of target-c-int-width in target jsons. #](https://github.com/rust-osdev/bootloader/pull/509) |
7 | 13 |
|
| 14 | +**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.10...v0.11.11 |
8 | 15 |
|
9 | 16 | # 0.11.10 – 2025年02月10日
|
10 | 17 |
|
|
0 commit comments