We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8539cc1 commit 262f778Copy full SHA for 262f778
configs/vms/arceos-aarch64-tac_e400-smp1.toml
@@ -29,7 +29,7 @@ kernel_load_addr = 0x20_2008_0000
29
kernel_path = "/path/to/arceos_aarch64-dyn_smp1.bin"
30
## The file path of the device tree blob (DTB).
31
dtb_load_addr = 0x20_2000_0000
32
-dtb_path = "/path/to/arceos-aarch64-e2000_smp1.dtb"
+dtb_path = "/path/to/arceos-aarch64-tac_e400-smp1.dtb"
33
# Memory regions with format (`base_paddr`, `size`, `flags`, `map_type`).
34
# For `map_type`, 0 means `MAP_ALLOC`, 1 means `MAP_IDENTICAL`.
35
memory_regions = [
0 commit comments