- html - 出于某种原因,IE8 对我的 Sass 文件中继承的 html5 CSS 不友好?
- JMeter 在响应断言中使用 span 标签的问题
- html - 在 :hover and :active? 上具有不同效果的 CSS 动画
- html - 相对于居中的 html 内容固定的 CSS 重复背景?
我正在使用 Simics 6.0.83(公开发布预览版),其目标是基于 qsp-client-core.simics 定义的,并尝试将 coreboot 二进制文件作为旧版 BIOS 启动。
我正在尝试的配置:
# In order to run this, the QSP-x86 (2096), QSP-CPU (8112) and
# QSP-Clear-Linux (4094) packages should be installed.
decl {
! Script that runs the Quick Start Platform (QSP) with a client processor core.
params from "%simics%/targets/qsp-x86/qsp-clear-linux.simics"
default cpu_comp_class = "x86-coffee-lake"
default num_cores = 4
default enable_efi = FALSE
default bios_image = "/home/debian/dasharo/coreboot/build/coreboot.rom"
}
run-command-file "%simics%/targets/qsp-x86/qsp-clear-linux.simics"
当尝试从 simics CLI 运行run-command-file
时,我得到:
[board.mb.cpu0.core[0][0] unimpl] Warning: Cache flush without writeback (will not warn again for this CPU).
[board.mb.cpu0.core[0][0] info] CAR segment [0xfef00000: 0xfef40000] added to board.mb.cpu0.mem[0][0]
[board.mb.cpu0.core[0][0] info] 0xc91: Writing to unknown MSR. Signaling GP fault.
[board.mb.cpu0.core[0][0] info] Exception 13 while calling the double fault handler. Triple fault.
Breaking on triple fault. Break on triple fault is controlled by the break_on_triple_fault attribute.
如何在 Simics 中尝试 coreboot?
最佳答案
我很好奇,因此基于 https://doc.coreboot.org/tutorial/part1.html 使用 coreinfo 作为有效负载克隆、构建和启动了 coreboot
也许你可以看看我的 defconfig,如下
关于simics - 如何在 Simics QSP 客户端核心中启动旧版 BIOS (coreboot)?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/68106929/
我想了解 QSP-x86 项目是否在模拟 SMM。我在 GUI 调试器的可用寄存器/内存中没有看到任何提示我可以查看 SMRAM/SMI 处理程序代码的方法。因此,我想知道我是否可以使用它来调试一些
我正在使用 Simics 6.0.83(公开发布预览版),其目标是基于 qsp-client-core.simics 定义的,并尝试将 coreboot 二进制文件作为旧版 BIOS 启动。 我正在尝
我正在使用 Simics 6.0.83(公开发布预览版),其目标是基于 qsp-client-core.simics 定义的,并尝试将 coreboot 二进制文件作为旧版 BIOS 启动。 我正在尝
我下载了 Intel-Simics-Public-Release-Preview 并将其安装在 CentOS 8.4 机器上,我转到 my-simics-project-1 目录,有一个 simics
我下载了 Intel-Simics-Public-Release-Preview 并将其安装在 CentOS 8.4 机器上,我转到 my-simics-project-1 目录,有一个 simics
我正在尝试开始编写一些 Sparc 程序集,但我不知道如何组合和运行代码。我已经用 arcTools 编写了 arc,但这就是我对汇编程序的了解。我已经下载了simics和qemu,但我不知道从哪里开
我是一名优秀的程序员,十分优秀!