You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+4
Original file line number
Diff line number
Diff line change
@@ -28,6 +28,10 @@ kernel-stack-size = 128
28
28
# Only applies if the `map_physical_memory` feature of the crate is enabled.
29
29
# If not provided, the bootloader dynamically searches for a location.
30
30
physical-memory-offset = "0xFFFF800000000000"
31
+
32
+
# The address at which the bootinfo struct will be placed. if not provided,
33
+
# the bootloader will dynamically search for a location.
34
+
boot-info-address = "0xFFFFFFFF80000000"
31
35
```
32
36
33
37
Note that the addresses **must** be given as strings (in either hex or decimal format), as [TOML](https://github.com/toml-lang/toml) does not support unsigned 64-bit integers.
0 commit comments