Skip to content

Commit 55ff4e8

Browse files
committed
bootloader update to 0.9.23
After upgrading qemu, bootloader was panicking with an error `assertion failed: max_phys_addr < (1 << 48) / 512, src\main.rs:294` Following this discussion rust-osdev/bootloader#264 the version of bootloader has been upgraded. EuraliOS now fails with a page fault (MALFORMED_TABLE).
1 parent 2e3da2a commit 55ff4e8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

kernel/Cargo.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ name = "stack_overflow"
88
harness = false
99

1010
[dependencies]
11-
bootloader = { version = "0.9.8", features = ["map_physical_memory"]}
11+
bootloader = { version = "0.9.23", features = ["map_physical_memory"]}
1212
volatile = "0.2.6"
1313
spin = "0.5.2"
1414
x86_64 = "0.14.2"

0 commit comments

Comments
 (0)