Skip to content

Commit c50b0c4

Browse files
committed
Download more RAM
1 parent bf66274 commit c50b0c4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

qemu_runner/qemu-xpack.ld

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ OUTPUT_ARCH(riscv)
1010
MEMORY
1111
{
1212
/* qemu-system-risc64 virt machine */
13-
RAM (rwx) : ORIGIN = 0x80000000, LENGTH = 128M
13+
RAM (rwx) : ORIGIN = 0x80000000, LENGTH = 1024M
1414
}
1515

1616
ENTRY(__entry)

0 commit comments

Comments
 (0)