Sfoglia il codice sorgente

Adjust RustSBI size.

Yifan Wu 4 anni fa
parent
commit
5f1011e976
1 ha cambiato i file con 1 aggiunte e 1 eliminazioni
  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);