gem5-gpu 全系统模拟更改disk和Linux kernel image

Posted

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了gem5-gpu 全系统模拟更改disk和Linux kernel image相关的知识,希望对你有一定的参考价值。

修改gem5/configs/common/SysConfig.py,后面的路径为binaries和disks的目录:

path = [ /dist/m5/system, /home/chen/gem5-gpu/system ]

修改gem5/configs/common/Benchmarks.py,x86root-parsec.img为disks目录下的磁盘文件:

elif buildEnv[TARGET_ISA] == x86:
            return env.get(LINUX_IMAGE, disk(x86root-parsec.img))

修改gem5/configs/common/FSConfig.py,其中定义了 makeLinuxX86System() 方法:

 self.kernel = binary(x86_64-vmlinux-2.6.28.4-smp)

 

以上是关于gem5-gpu 全系统模拟更改disk和Linux kernel image的主要内容,如果未能解决你的问题,请参考以下文章

配置gem5-gpu docker版

重装系统显示booting from lmt usb disk

Netapp在模拟器中使用disk removeowner报错

SecureCRT 连接问题

Linu之linux系统基础优化和基本命令

linu一些相关知识