rcore-os / rCore-Tutorial-v3

Let's write an OS which can run on RISC-V in Rust from scratch!
https://rcore-os.github.io/rCore-Tutorial-Book-v3/index.html
GNU General Public License v3.0
1.64k stars 468 forks source link

main 分支和 ch1 分支代码, 进入 Docker 后执行 make run 均报错 #83

Closed LipYoung closed 2 years ago

LipYoung commented 2 years ago

报错信息:

Could not allocate dynamic translator buffer
Makefile:78: recipe for target 'run-inner' failed
make: *** [run-inner] Error 1

系统版本: AWS 云服务器: Ubuntu 18.04.6 x86_64 Docker version 20.10.17, build 100c701 服务器运存总量1G,或许是因为运存太小了吧。

LipYoung commented 2 years ago

问题已经解决了。是运存不足导致的。分配10G运存,60G硬盘后可以正常运行。