Skip to content

Commit

Permalink
Fixed memory size
Browse files Browse the repository at this point in the history
  • Loading branch information
Sssssaltyfish committed Apr 17, 2024
1 parent 40831d5 commit bfebcd3
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion platforms/aarch64-qemu-virt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ family = "aarch64-qemu-virt"
phys-memory-base = "0x4000_0000"
# Size of the whole physical memory.
# phys-memory-size = "0x800_0000" # 128M
# phys-memory-size = "0x1000_0000" # 1G
# phys-memory-size = "0x4000_0000" # 1G
phys-memory-size = "0x8000_0000" # 2G
# phys-memory-size = "0xc000_0000" # 3G
# phys-memory-size = "0x1_0000_0000" # 4G
Expand Down
2 changes: 1 addition & 1 deletion platforms/riscv64-qemu-virt.toml
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ phys-memory-base = "0x8000_0000"
# Size of the whole physical memory.
# Size of the whole physical memory.
# phys-memory-size = "0x800_0000" # 128M
# phys-memory-size = "0x1000_0000" # 1G
# phys-memory-size = "0x4000_0000" # 1G
phys-memory-size = "0x8000_0000" # 2G
# phys-memory-size = "0xc000_0000" # 3G
# phys-memory-size = "0x1_0000_0000" # 4G
Expand Down

0 comments on commit bfebcd3

Please sign in to comment.