From bfebcd3adb540a96c1055c35f31e8206c73465a8 Mon Sep 17 00:00:00 2001 From: Sssssaltyfish <47731209+Sssssaltyfish@users.noreply.github.com> Date: Wed, 17 Apr 2024 19:11:13 +0800 Subject: [PATCH] Fixed memory size --- platforms/aarch64-qemu-virt.toml | 2 +- platforms/riscv64-qemu-virt.toml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/platforms/aarch64-qemu-virt.toml b/platforms/aarch64-qemu-virt.toml index 95016c294..03474a9f8 100644 --- a/platforms/aarch64-qemu-virt.toml +++ b/platforms/aarch64-qemu-virt.toml @@ -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 diff --git a/platforms/riscv64-qemu-virt.toml b/platforms/riscv64-qemu-virt.toml index 0f23e7ce4..3589913f2 100644 --- a/platforms/riscv64-qemu-virt.toml +++ b/platforms/riscv64-qemu-virt.toml @@ -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