Ver Fonte

Adjust RustSBI size.

Yifan Wu há 4 anos atrás
pai
commit
5f1011e976
1 ficheiros alterados com 1 adições e 1 exclusões
  1. 1 1
      platform/qemu/link-qemu.ld

+ 1 - 1
platform/qemu/link-qemu.ld

@@ -1,6 +1,6 @@
 MEMORY {
     /* 存储单元的物理地址 */
-    SRAM : ORIGIN = 0x80000000, LENGTH = 128K
+    SRAM : ORIGIN = 0x80000000, LENGTH = 2M
 }
 
 PROVIDE(_stext = 0x80000000);