Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 8a9d8a9

Browse filesBrowse files
committed
release v0.11.8
1 parent afcc45d commit 8a9d8a9
Copy full SHA for 8a9d8a9

File tree

Expand file treeCollapse file tree

3 files changed

+27
-16
lines changed
Filter options
Expand file treeCollapse file tree

3 files changed

+27
-16
lines changed

‎Cargo.lock

Copy file name to clipboardExpand all lines: Cargo.lock
+10-10Lines changed: 10 additions & 10 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

‎Cargo.toml

Copy file name to clipboardExpand all lines: Cargo.toml
+5-5Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -33,15 +33,15 @@ exclude = ["examples/basic", "examples/test_framework"]
3333

3434
[workspace.package]
3535
# don't forget to update `workspace.dependencies` below
36-
version = "0.11.7"
36+
version = "0.11.8"
3737
license = "MIT OR Apache-2.0"
3838
repository = "https://github.com/rust-osdev/bootloader"
3939

4040
[workspace.dependencies]
41-
bootloader_api = { version = "0.11.7", path = "api" }
42-
bootloader-x86_64-common = { version = "0.11.7", path = "common" }
43-
bootloader-boot-config = { version = "0.11.7", path = "common/config" }
44-
bootloader-x86_64-bios-common = { version = "0.11.7", path = "bios/common" }
41+
bootloader_api = { version = "0.11.8", path = "api" }
42+
bootloader-x86_64-common = { version = "0.11.8", path = "common" }
43+
bootloader-boot-config = { version = "0.11.8", path = "common/config" }
44+
bootloader-x86_64-bios-common = { version = "0.11.8", path = "bios/common" }
4545

4646
[features]
4747
default = ["bios", "uefi"]

‎Changelog.md

Copy file name to clipboardExpand all lines: Changelog.md
+12-1Lines changed: 12 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,17 @@
11
# Unreleased
22

3-
* Fix bug leading to page table frames that are not mapped as writable
3+
# 0.11.8 – 2024-11-02
4+
5+
* [avoid 32-bit relocation to __BOOTLOADER_CONFIG](https://github.com/rust-osdev/bootloader/pull/428)
6+
* [Fix doc comment and error message only referencing the BIOS but used for UEFI](https://github.com/rust-osdev/bootloader/pull/439)
7+
* [Ensure all page table frames are mapped as writable](https://github.com/rust-osdev/bootloader/pull/444)
8+
* [Guard the lower 1MB of memory](https://github.com/rust-osdev/bootloader/pull/446)
9+
* [always cover at least the first 4 GiB of physical memory](https://github.com/rust-osdev/bootloader/pull/448)
10+
* [Fixed "jc fail" instructions not working properly and updated README.md](https://github.com/rust-osdev/bootloader/pull/453)
11+
* [Remove 3dnow features from stage4 target](https://github.com/rust-osdev/bootloader/pull/471)
12+
* [mention E820 in docs for UnknownBios](https://github.com/rust-osdev/bootloader/pull/461)
13+
14+
**Full Changelog**: https://github.com/rust-osdev/bootloader/compare/v0.11.7...v0.11.8
415

516
# 0.11.7 – 2024-02-16
617

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.