免费注册 查看新帖 |

Chinaunix

  平台 论坛 博客 文库
最近访问板块 发新帖
查看: 2711 | 回复: 1
打印 上一主题 下一主题

pearpc的配置 [复制链接]

论坛徽章:
0
跳转到指定楼层
1 [收藏(0)] [报告]
发表于 2004-09-19 21:49 |只看该作者 |倒序浏览
## PearPC Configuration File
## Created with PearGUI


##
## Start Resolution
##
## (clients that use video.x can change the resolution at runtime,
##  so this would be used only for starting up)
##
##  format:  "(width)x(height)x(depth)"
##      or   "(width)x(height)x(depth)@(frequency)"
##
##  depth can only be 15 or 32
##
##  default: "800x600x15"
##
ppc_start_resolution = "800x600x32@80"

##800x600 32位色深 80hz刷新
##
## Redraw interval (in ms)
## must be between 10 and 500
##
## If you set this higher, PearPC will spend less time doing redraws (and so run faster) but feel
## less responsive. You should adjust this to your computer speed and personal preference.
##
redraw_interval_msec = 50

##
## Loader
##

##
##   Boot method
##     this can be
##     1. auto, prom will boot the first bootable partition found (default)
##     2. select, prom will show you a list of bootable partitions
##     3. force, prom will load and boot the local file prom_loadfile
##
prom_bootmethod = "select"

## Example of how to use force:
##prom_bootmethod = "force"
##prom_loadfile = "test/yaboot"
##prom_env_bootpath = "disk"

##
##   bootargs: don't change unless you know what you are doing
##   machargs: set to "-v" to get a verbose startup
##
prom_env_bootargs = ""
prom_env_machargs = "-v"


##
##   This is needed if you want to boot Mac OS X
##
prom_driver_graphic = "K:\pearpc04pre\video.x"


## This will adjust the position of the initial page table (don't change)
##page_table_pa = 104857600


##
## CPU Config
##
##   Processor Version Register
##   Defaults to 0x00088302
##   Only change if you know want you are doing
##
#cpu_pvr = 0x00088302


##
## Keyboard Config
##
key_compose_dialog = "F11"
key_change_cd_0 = "none"
key_toggle_mouse_grab = "F12"
key_toggle_full_screen = "Alt+Return"


##
## Main memory (default 128 MiB)
## must be >;= 64 MiB
##
memory_size=0x18000000

##内存为384m 这里是十六进制
##
## IO Devices
##


##
##   PCI IDE Config
##
##   Drive type will be set according to file extension:
##      .img: Harddisk (filesize must be multiple of 516096)
##      .iso: CD-Rom
##   Or you can override this by specifying the type via
##   pci_ide0_master_type / pci_ide0_slave_type

pci_ide0_master_installed = 1
pci_ide0_master_image = "F:\pearpc-6gib.img"
pci_ide0_master_type = "hd"

pci_ide0_slave_installed = 1
pci_ide0_slave_image = "K:\pearpc04pre\disk1.iso"
pci_ide0_slave_type = "cdrom"

##
##   Network (unavailable on windows)
##
pci_3c90x_installed = 1
pci_3c90x_mac = "de:ad:ca:fe:12:34"


##
##   USB
##
pci_usb_installed = 1


##
##   NVRAM
##
nvram_file = "nvram"

论坛徽章:
0
2 [报告]
发表于 2006-01-08 17:53 |只看该作者
晕,你也不加上说明,谁能看懂啊!#%
您需要登录后才可以回帖 登录 | 注册

本版积分规则 发表回复

  

北京盛拓优讯信息技术有限公司. 版权所有 京ICP备16024965号-6 北京市公安局海淀分局网监中心备案编号:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年举报专区
中国互联网协会会员  联系我们:huangweiwei@itpub.net
感谢所有关心和支持过ChinaUnix的朋友们 转载本站内容请注明原作者名及出处

清除 Cookies - ChinaUnix - Archiver - WAP - TOP