假如你比这个设置还要高,PearPC会用更少的时间刷新(所以会运行的更快)但是会感觉到反应很慢。
# 你应该根据自己电脑的速度调节出一个合适自己的参数
redraw_interval_msec = 200
刷新间隔=200
#
# Loader
装载
#
# Boot method
启动方法
# this can be
这部分可以选择
# 1. "auto", prom will boot the first bootable partition found (default)
1.“自动”,程序会启动第一个被找到的并且可以启动的分区(默认)
# 2. "select", prom will show you a list of bootable partitions
2.“选择”,程序会显示出一个包含有启动分区的列表以供选择
# 3. "force", prom will load and boot the local file prom_loadfile
3.“强制”,程序会强制装载并启动本地磁盘上的文件 如:prom_loadfile
#
prom_bootmethod = "auto"
程序……启动方法 =“自动”
# Example of how to use "force":
举例怎样使用“强制”:
#prom_bootmethod = "force"
程序……启动方法 =“强制”
#prom_loadfile = "test/yaboot"
程序……装载文件 =“test/yaboot”
#prom_env_bootpath = "disk"
程序启动路径 =“disk”
#
# bootargs: don't change unless you know what you are doing
bootargs设置:在你不知情的状况下不要更改
# machargs: set to "-v" to get a verbose startup
machargs设置:设置参数“-v”时显示交互式启动
#
#prom_env_bootargs = "" 程序bootargs = ""
prom_env_machargs = "-v" 程序machargs = “-v”
#
# This is needed if you want to boot Mac OS X
假如你想要启动Mac OS X的话这部分是必要的
#
prom_driver_graphic = "video.x"
程序……驱动……图形图像 =“video.x”
# This will adjust the position of the initial page table (don't change)
这个必须放置在最初的分区表中(不要更改)
#page_table_pa = 104857600
分区表 = 104857600
#
# CPU Config
CPU 配置
#
# Processor Version Register
处理器版本注册
# Defaults to 0x00088302
默认0x00088302
# Only change if you know want you are doing
| 论坛热门帖子: | [lch203] 写得蛮好的linux学习笔记(10-21) [黑马制造] 学习java的30个目标(10-19) [笑傲股林] 做测试半年了,有点迷茫,应该再学些什么提高自己的测试水平和测试能力呢?(10-19) [udp8589] 大家用google的来吱一声? 用百度的~~也来报道下?(10-18) [沂偌掳兆] 本人总结的一些认为C++比较经典的书籍,希望对大家有用(10-18) |
| TAG标签: | 实战 经验 模拟器 苹果 VerySlow 回复 安装 分区 设置 |
注册
个人空间
