亚洲av成人无遮挡网站在线观看,少妇性bbb搡bbb爽爽爽,亚洲av日韩精品久久久久久,兔费看少妇性l交大片免费,无码少妇一区二区三区

  免費(fèi)注冊 查看新帖 |

Chinaunix

  平臺 論壇 博客 文庫
最近訪問板塊 發(fā)新帖
樓主: chan888
打印 上一主題 下一主題

PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!! [復(fù)制鏈接]

論壇徽章:
0
61 [報(bào)告]
發(fā)表于 2004-05-22 09:25 |只看該作者

PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!

1/40的速度,還是算了。
kuye 該用戶已被刪除
62 [報(bào)告]
發(fā)表于 2004-05-22 09:26 |只看該作者
提示: 作者被禁止或刪除 內(nèi)容自動屏蔽

論壇徽章:
0
63 [報(bào)告]
發(fā)表于 2004-05-22 18:03 |只看該作者

PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!

終于成功了。。。!

論壇徽章:
0
64 [報(bào)告]
發(fā)表于 2004-05-23 11:26 |只看該作者

PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!

我裝MAC也跟DESTROYER出現(xiàn)了同樣的問題,請高手指教解決

論壇徽章:
0
65 [報(bào)告]
發(fā)表于 2004-05-23 11:32 |只看該作者

PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!

就是這個(gè)select  a destination的問題

論壇徽章:
0
66 [報(bào)告]
發(fā)表于 2004-05-23 13:40 |只看該作者

PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!

請問,網(wǎng)絡(luò)可用嗎?

論壇徽章:
0
67 [報(bào)告]
發(fā)表于 2004-05-23 21:09 |只看該作者

PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!

[quote]原帖由 "jellyzheng"]大蝦們跪求貼一個(gè)你們的configfile設(shè)置,我是不是真得很菜[/quote 發(fā)表:


# PearPC Configuration File

#
# Resolution
#       
#        0: 640x480x8 (indexed)
#        1: 640x480x15
#        2: 640x480x32
#        3: 800x600x8 (indexed)
#        4: 800x600x15
#        5: 800x600x32
#        6: 1024x768x8 (indexed)
#        7: 1024x768x15
#        8: 1024x768x32
#
#        The indexed modes are unsupported.
#       
#        default: 4
ppc_start_resolution = 4


#
# Redraw interval (in ms)
# must be between 1 and 999
#
# 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 = 999

#
# 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 = "auto"

# 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 = "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


#
#Main memory (default 256 MiB)
#must be >;= 256 MiB
#
memory_size=0x10000000

#
# 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 = 0
pci_ide0_master_image = "mac.img"
#pci_ide0_master_type = "hd"

pci_ide0_slave_installed = 1
pci_ide0_slave_image = "e:\ppc\Mac.OSX.V10.3.Phanter.Disc1.ISO"
#pci_ide0_slave_image = "/home/sepp/prog/pearpc.res/test/isos/MandrakeLinux-9.1-CD1.ppc.iso"
#pci_ide0_slave_image = "/dev/cdrom"
pci_ide0_slave_type = "cdrom"

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

#
#        USB
#
pci_usb_installed = 1

#
#        NVRAM
#
nvram_file = "nvram"

論壇徽章:
0
68 [報(bào)告]
發(fā)表于 2004-05-24 13:08 |只看該作者

PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!

然后用gcc 3.x以上版本的編譯器編譯源文件。編譯過程非常簡單,只需要輸入:“$ ./configure --enable-gui=$GUI && make”這個(gè)命令就可以了。如果你是在X86架構(gòu)的CPU上編譯的話,再加上“ --enable-cpu=jitc_x86 ”。

meiyongde
jutizenme anzhuang a?

論壇徽章:
0
69 [報(bào)告]
發(fā)表于 2004-05-29 20:45 |只看該作者

PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!

下載速度真慢,我下了十幾天下載了63%,我的可是寬帶呀

論壇徽章:
0
70 [報(bào)告]
發(fā)表于 2004-05-29 20:57 |只看該作者

PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!

Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!Very Slow!v
5555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555555
您需要登錄后才可以回帖 登錄 | 注冊

本版積分規(guī)則 發(fā)表回復(fù)

  

北京盛拓優(yōu)訊信息技術(shù)有限公司. 版權(quán)所有 京ICP備16024965號-6 北京市公安局海淀分局網(wǎng)監(jiān)中心備案編號:11010802020122 niuxiaotong@pcpop.com 17352615567
未成年舉報(bào)專區(qū)
中國互聯(lián)網(wǎng)協(xié)會會員  聯(lián)系我們:huangweiwei@itpub.net
感謝所有關(guān)心和支持過ChinaUnix的朋友們 轉(zhuǎn)載本站內(nèi)容請注明原作者名及出處

清除 Cookies - ChinaUnix - Archiver - WAP - TOP