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

Chinaunix

標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!! [打印本頁]

作者: chan888    時間: 2004-05-13 18:09
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
PearPC 0.1  蘋果PC模擬器
http://pearpc.sourceforge.net/downloads.html
大家快來一起交流經(jīng)驗(yàn):

MAC OS X 10.3 bt下載
http://www.72891.cn/forum/uploadfile/macosx10.3.rar.jpg


請改名為macosx10.3.rar
http://www.72891.cn/forum/41/20040513/323875.html

Snap3.jpg (34.88 KB, 下載次數(shù): 466)

在WINSOWS2000太慢了!光對它!都不知多久才行!

在WINSOWS2000太慢了!光對它!都不知多久才行!

作者: 寶寶    時間: 2004-05-14 10:09
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
怎么裝?
作者: jackyin    時間: 2004-05-14 11:22
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
我也正想試一試呢。。。。。
作者: duleell    時間: 2004-05-14 12:35
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
PearPC能識別.dmg嘛?
不能的話,如何在PC機(jī)上實(shí)現(xiàn)dmg->;iso,或是dmg直接在PC機(jī)上刻盤?
我沒有apple機(jī).
作者: jackyin    時間: 2004-05-14 13:29
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
下載Darwin好慢阿。!~~~~~
作者: duleell    時間: 2004-05-14 16:46
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
不慢呀.

URL http://www.opendarwin.org/downloads/7.0.1/darwin-701.iso.gz
注釋 http://www.opendarwin.org/downloads/7.0.1/darwin-701.iso.gz
引用頁 http://developer.apple.com/darwin/
續(xù)傳 Yes
本地文件 C:\Downloads\darwin-701.iso.gz
日期 11/14/03 21:49:26
大小 433377273
完成 433377273
總耗時 01:24:25
平均速度 83.56 KB/s
創(chuàng)建時間 05/14/04 07:37:27
完成時間 05/14/04 09:01:55
作者: Aki    時間: 2004-05-14 17:50
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
PC安裝OS X全記錄

  由于是測試版,不穩(wěn)定,大家盡量找臺沒什么大用的電腦來裝,不然中間出現(xiàn)些問題連正常工作也做不了啦。建議初學(xué)者安裝前慎重考慮。

 PearPC沒有圖形界面,目前的版本是v0.1版。你把這個軟件包下載下來之后解壓到任意一個文件夾,然后用gcc 3.x以上版本的編譯器編譯源文件。編譯過程非常簡單,只需要輸入:“$ ./configure --enable-gui=$GUI && make”這個命令就可以了。如果你是在X86架構(gòu)的CPU上編譯的話,再加上“ --enable-cpu=jitc_x86 ”。

  對于Windows用戶有一點(diǎn)要說明的是:你不能通過雙擊打開PearPC,打開PearPC需要在命令行模式下,輸入:“>; ppc configfile”。

  你需要為PearPC設(shè)置一個3G以上的虛擬盤,設(shè)置虛擬盤的命令:“$ dd if=/dev/zero of=myharddisk.img bs=1M count=1260”。你可以知道任何一個文件作為CD-ROM,設(shè)置CD-ROM的命令也是相當(dāng)?shù)暮唵危骸? cp /dev/cdrom linux-cd.iso”。


  一、PearPC設(shè)置

  首先啟動PearPC(如圖1所示)


圖1 啟動PearPC

  啟動PearPC之后,我們就需要創(chuàng)建一個分區(qū),創(chuàng)建分區(qū)步驟如下:

  1. 鍵入:pdisk

  2. 鍵入:e 和 /dev/disc0 來編輯硬盤的分區(qū)表

  3. 鍵入:i 確定分區(qū)表的默認(rèn)值

  4. 設(shè)置初始值

  5. 鍵入:p 打印初始分區(qū)表

  6. 記下沒有安裝OSX之前的分區(qū)表長度

  7. 鍵入:C(大寫C)創(chuàng)建一個新分區(qū)

  8. 鍵入:64 然后鍵入6中記錄的值

  9. 鍵入:Mac_OS_X作為分區(qū)的名詞,鍵入:Apple_HFS作為分區(qū)類型

  10.鍵入:w 寫分區(qū)表,鍵入:y 進(jìn)行確認(rèn),鍵入:q 離開

  現(xiàn)在,我們已經(jīng)寫好分區(qū)表信息了,鍵入:reboot 重啟PearPC(這段時間可以比較長)。

二、安裝Mac OS X過程

  設(shè)置部分基本上結(jié)束了,下面就是實(shí)際安裝OSX的過程了。

  圖2所示就是剛開始安裝OS X的截圖。



圖2 準(zhǔn)備安裝

  接著就進(jìn)入了OS X的安裝向?qū),如圖3所示。


圖3 安裝向?qū)?br />

看過Read Me,License內(nèi)容之后,接著就是要選擇安裝分區(qū)了,如圖4所示。



圖4 選擇安裝分區(qū)

  選擇好合適的分區(qū),下一步就是安裝過程了,圖5-圖11是安裝過程中的截圖。在圖8中安裝的是“亞洲語言支持”,圖9中安裝的是Java,圖11中安裝的BSD子系統(tǒng)。


圖5 安裝過程1


圖6 安裝過程2


圖7 安裝過程3


圖8 安裝亞洲語言支持


圖9 安裝Java


圖10 安裝媒體文件


圖11 安裝BSD


圖12 設(shè)置Mac OS X

三、總覽Mac OS X

  安裝結(jié)束,我們來看看PC機(jī)上的Mac OS X是如何的。圖13中所示的背景我們相當(dāng)?shù)氖煜,正宗的Windows XP,但是當(dāng)中的PearPC界面卻使我們相信Mac OS X確確實(shí)實(shí)在PC上面運(yùn)行了。





關(guān)于安裝更詳細(xì)的信息請點(diǎn)擊這里
http://pearpc.sourceforge.net/doc.html

















作者: 寶寶    時間: 2004-05-14 20:00
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
怎么用GCC啊~?
我下了個gcc-3.4.0,但是不用~幫幫我~~
作者: nawdyy    時間: 2004-05-15 11:36
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
gcc 3.3 編譯器怎么用啊!說詳細(xì)一點(diǎn)啊
作者: chan888    時間: 2004-05-15 14:37
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
大家用pearpc-0.1-win32-jitc來裝!會快一點(diǎn)!送上最新圖片!!!大家不秘管GCC的事!那是在LINX下用的,在WINDWOSXP和WINDOIWS2000中你只要設(shè)置CONFIGFILE的文件
再在系統(tǒng)的DOS中運(yùn)行PPC CONFIGFILE就OK了!

Snap1.jpg (36.34 KB, 下載次數(shù): 317)

安裝圖

安裝圖

作者: chan888    時間: 2004-05-15 14:53
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
MAC OS X 10.3的BT下載地扯!!!
http://www.zhaobt.com/html/223/52353.htm
作者: oringe    時間: 2004-05-15 15:31
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
兩個都沒有種子了啊! 下不來~~~~
作者: 寶寶    時間: 2004-05-15 23:35
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
原帖由 "chan888" 發(fā)表:
大家用pearpc-0.1-win32-jitc來裝!會快一點(diǎn)!送上最新圖片!!!大家不秘管GCC的事!那是在LINX下用的,在WINDWOSXP和WINDOIWS2000中你只要設(shè)置CONFIGFILE的文件
再在系統(tǒng)的DOS中運(yùn)行PPC CONFIGFILE就OK了!


怎么設(shè)置CONFIGFILE?
作者: 22222222    時間: 2004-05-16 00:15
提示: 作者被禁止或刪除 內(nèi)容自動屏蔽
作者: chan888    時間: 2004-05-16 00:17
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
你把ppccfg.example設(shè)置好了以后另存為CONFIGFILE就OK了!!!
作者: 22222222    時間: 2004-05-16 00:23
提示: 作者被禁止或刪除 內(nèi)容自動屏蔽
作者: chan888    時間: 2004-05-16 00:31
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
是的! ppccfg.example就是CONFIGFILE
作者: 22222222    時間: 2004-05-16 00:37
提示: 作者被禁止或刪除 內(nèi)容自動屏蔽
作者: chan888    時間: 2004-05-16 00:57
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
分3G一個區(qū),用mac os 擴(kuò)充 (日志)
作者: chan888    時間: 2004-05-16 01:11
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
有新的PPC 01.1,請各位下載試一試!!

http://pearpc.sourceforge.net/downloads.html
作者: 22222222    時間: 2004-05-16 08:32
提示: 作者被禁止或刪除 內(nèi)容自動屏蔽
作者: chan888    時間: 2004-05-16 10:44
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
我的也不順!是蘋果機(jī)的1/40!!!
作者: 22222222    時間: 2004-05-16 15:10
提示: 作者被禁止或刪除 內(nèi)容自動屏蔽
作者: dianhuaxian    時間: 2004-05-16 18:19
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
啟動PearPC之后,我們就需要創(chuàng)建一個分區(qū),創(chuàng)建分區(qū)步驟如下:

  1. 鍵入:pdisk

  2. 鍵入:e 和 /dev/disc0 來編輯硬盤的分區(qū)表

  3. 鍵入:i 確定分區(qū)表的默認(rèn)值

  4. 設(shè)置初始值

  5. 鍵入:p 打印初始分區(qū)表

  6. 記下沒有安裝OSX之前的分區(qū)表長度

  7. 鍵入:C(大寫C)創(chuàng)建一個新分區(qū)

  8. 鍵入:64 然后鍵入6中記錄的值

  9. 鍵入:Mac_OS_X作為分區(qū)的名詞,鍵入:Apple_HFS作為分區(qū)類型

  10.鍵入:w 寫分區(qū)表,鍵入:y 進(jìn)行確認(rèn),鍵入:q 離開

  現(xiàn)在,我們已經(jīng)寫好分區(qū)表信息了,鍵入:reboot 重啟PearPC(這段時間可以比較長)。


像這樣分區(qū)似乎并沒有指定分區(qū)大小呀,在者這樣分區(qū)后,以后要刪除OSX該如何恢復(fù)原始硬盤狀態(tài)亞?
作者: wei-work    時間: 2004-05-16 18:58
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
CONFIGFILE 要怎樣設(shè)置?具體一點(diǎn)行嗎?其次,os x光盤轉(zhuǎn)什么格式的鏡像,才能啟動。大俠們能具體一點(diǎn)嗎?我是個很菜的人。
作者: 22222222    時間: 2004-05-16 19:41
提示: 作者被禁止或刪除 內(nèi)容自動屏蔽
作者: mzdj    時間: 2004-05-16 19:43
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
我有這個系統(tǒng)的兩張光盤,怎么樣在PPC上裝???
作者: 22222222    時間: 2004-05-16 19:51
提示: 作者被禁止或刪除 內(nèi)容自動屏蔽
作者: wadpj    時間: 2004-05-17 02:31
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
http://www.72891.cn/forum/uploadfile/macosx10.3.rar.jpg
作者: jackyin    時間: 2004-05-17 11:38
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
前面的是Copy的圖吧,等我用0.1.1安裝好后發(fā)一個

6.JPG (103.62 KB, 下載次數(shù): 133)

中文

中文

作者: jackyin    時間: 2004-05-17 13:33
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
鼠標(biāo)真不好控制,誰會鍵盤操作???
作者: jackyin    時間: 2004-05-17 17:49
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
呵呵,鼠標(biāo)沒問題,我是用的遠(yuǎn)程桌面,有點(diǎn)小問題。:)
作者: jackyin    時間: 2004-05-18 09:26
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
從早上8點(diǎn)一直到晚上12點(diǎn),CPU一直100%工作,才裝好這個Mac OS X,就是沒發(fā)現(xiàn)那個鼠標(biāo)移上去會變大的Dock,請賜教!~~謝謝
作者: ata    時間: 2004-05-18 09:45
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
呵呵
可以的
你在系統(tǒng)預(yù)置中DOCK中選擇神奇效果
作者: ata    時間: 2004-05-18 09:45
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
喔,不對,是改變一個大小那就可以了
作者: Aki    時間: 2004-05-18 13:47
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
好,繼續(xù)努力。!
作者: daivi    時間: 2004-05-18 17:17
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
買個蘋果不就行了
我用的就是蘋果
作者: Aki    時間: 2004-05-18 18:18
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
原帖由 "daivi" 發(fā)表:
買個蘋果不就行了
我用的就是蘋果


這固然好,但相信很多PC用戶都喜歡蘋果的,由于多種原因不能將其作為自己的主要工作平臺。相信今后會有更好的兼容PC平臺的軟件出現(xiàn)。讓想用蘋果的PC用戶都能夠體驗(yàn)到其中的樂趣。
作者: DESTROYER    時間: 2004-05-18 21:22
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
請問!我一到安裝select destination的是后就不動了,,,
問一下你們都要多長時間?
作者: xinwu    時間: 2004-05-18 22:06
提示: 作者被禁止或刪除 內(nèi)容自動屏蔽
作者: zooway    時間: 2004-05-19 09:34
提示: 作者被禁止或刪除 內(nèi)容自動屏蔽
作者: zooway    時間: 2004-05-19 09:36
提示: 作者被禁止或刪除 內(nèi)容自動屏蔽
作者: Aki    時間: 2004-05-19 17:30
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
首先

  把pearpc-0.1-win32.zip解壓到d:\ppc
  把pearpc-3gib.img.bz2解壓到d:\ppc
  把darwin-701.iso.gz解壓到d:\

  然后

  在d:\ppc下就地復(fù)制ppccfg.example,并命名為configfile

  編輯configfile

  # PearPC Configuration File
   PearPC 配置文件
  #
  # 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.
  標(biāo)注為indexed模式是不支持的
  #
  # default: 4
  默認(rèn):4
  ppc_start_resolution = 4
  ppc啟動分辨率 = 4

  #
  # Redraw interval (in ms)
  刷新間隔(單位是ms)
  # must be between 1 and 999
  必須是在1到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.
  假如你比這個設(shè)置還要高,PearPC會用更少的時間刷新(所以會運(yùn)行的更快)但是會感覺到反應(yīng)很慢。
  # 你應(yīng)該根據(jù)自己電腦的速度調(diào)節(jié)出一個合適自己的參數(shù)
  redraw_interval_msec = 200
  刷新間隔=200
  #
  # Loader
  裝載
  #

# Boot method
  啟動方法
  # this can be
  這部分可以選擇
  # 1. "auto", prom will boot the first bootable partition found (default)
  1.“自動”,程序會啟動第一個被找到的并且可以啟動的分區(qū)(默認(rèn))
  # 2. "select", prom will show you a list of bootable partitions
  2.“選擇”,程序會顯示出一個包含有啟動分區(qū)的列表以供選擇
  # 3. "force", prom will load and boot the local file prom_loadfile
  3.“強(qiáng)制”,程序會強(qiáng)制裝載并啟動本地磁盤上的文件 如:prom_loadfile
  #
  prom_bootmethod = "auto"
  程序……啟動方法 =“自動”
  # Example of how to use "force":
  舉例怎樣使用“強(qiáng)制”:
  #prom_bootmethod = "force"
  程序……啟動方法 =“強(qiáng)制”
  #prom_loadfile = "test/yaboot"
  程序……裝載文件 =“test/yaboot”
  #prom_env_bootpath = "disk"
  程序啟動路徑 =“disk”
  #
  # bootargs: don't change unless you know what you are doing
  bootargs設(shè)置:在你不知情的狀況下不要更改
  # machargs: set to "-v" to get a verbose startup
  machargs設(shè)置:設(shè)置參數(shù)“-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"
  程序……驅(qū)動……圖形圖像 =“video.x”

  # This will adjust the position of the initial page table (don't change)
  這個必須放置在最初的分區(qū)表中(不要更改)
  #page_table_pa = 104857600
  分區(qū)表 = 104857600

#
  # CPU Config
  CPU 配置
  #
  # Processor Version Register
  處理器版本注冊
  # Defaults to 0x00088302
  默認(rèn)0x00088302
  # Only change if you know want you are doing
  當(dāng)你知道怎么做時才可以更改
  #
  #cpu_pvr = 0x00088302
  cpu參數(shù) = 0x00088302

  #
  # Main memory (default 128 MiB)
  主內(nèi)存 (默認(rèn) 128MB)
  # must be >;= 64 MiB
  必須大于等于64MB
  #
  #memory_size=0x8000000
  內(nèi)存……容量=0x8000000
  建議內(nèi)存不用改它,更改以后系統(tǒng)無法正常運(yùn)行

  #
  # IO Devices
  輸入輸出設(shè)備
  #

  #
  # PCI IDE Config
  PCI IDE 設(shè)置
  #
  # Drive type will be set according to file extension:
  驅(qū)動器類型設(shè)置必須依照以下文件擴(kuò)展格式
  # .img: Harddisk (filesize must be multiple of 516096)
  .img:硬盤(文件尺寸必須大于516096)
  # .iso: CD-Rom
  .iso:CD光驅(qū)
  # Or you can override this by specifying the type via
  或者你可以不顧及這個指定的類型
  # pci_ide0_master_type / pci_ide0_slave_type

  pci_ide0_master_installed = 0
  這里設(shè)置成1以啟用它
  pci_ide0_master_image = "test/imgs/linux.img"
  這里是你下載的pearpc-3gib.img.bz2解壓出來的鏡像你可以重新命名并輸入路徑,在PPC同個目錄下,就可以不用輸入路徑
  可以把他理解成一個剛買來硬盤,不過就是少了點(diǎn)!如果嫌少的化,官方網(wǎng)站上面還有6G的!
  #pci_ide0_master_type = "hd"

  pci_ide0_slave_installed = 1
  #pci_ide0_slave_image = "c:\test.iso"
  pci_ide0_slave_image = "/home/sepp/prog/pearpc.res/test/isos/MandrakeLinux-9.1-CD1.ppc.iso"
  這里輸入Mac OS X Panther的第一張安裝鏡像的路徑!在PPC同個目錄下,就可以不用輸入路徑
  #pci_ide0_slave_image = "/dev/cdrom"
  pci_ide0_slave_type = "cdrom"

  #
  # Network (unavailable on windows)
  網(wǎng)絡(luò)(在Windows下不可用)
  #
  pci_3c90x_installed = 0
  這里設(shè)置成1以啟用它
  pci_3c90x_mac = "de:ad:ca:fe:12:34"
  這里設(shè)置網(wǎng)卡的物理地址 = “de:ad:ca:fe:12:34”
  #
  # USB
  #
  pci_usb_installed = 1

  #
  # NVRAM
  #
  nvram_file = "nvram"

以上是PearPC的配置文檔,安裝過程不再冗述。
作者: xinwu    時間: 2004-05-19 20:40
提示: 作者被禁止或刪除 內(nèi)容自動屏蔽
作者: DESTROYER    時間: 2004-05-19 21:49
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
我一道這就不動了!怎么回事啊!我的硬盤景象沒錯。。
作者: DESTROYER    時間: 2004-05-19 21:51
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
我一道這就不動了!怎么回事啊!我的硬盤景象沒錯。!
作者: DESTROYER    時間: 2004-05-19 21:58
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
這是截屏

1.JPG (42.81 KB, 下載次數(shù): 108)

111

111

作者: DESTROYER    時間: 2004-05-19 23:25
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
終于成功了。。。!COOL!!!!!!!!!!!!!!
作者: xinwu    時間: 2004-05-20 00:01
提示: 作者被禁止或刪除 內(nèi)容自動屏蔽
作者: xinwu    時間: 2004-05-20 00:39
提示: 作者被禁止或刪除 內(nèi)容自動屏蔽
作者: xinwu    時間: 2004-05-20 00:44
提示: 作者被禁止或刪除 內(nèi)容自動屏蔽
作者: slamsh    時間: 2004-05-20 05:46
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
問一下,如何設(shè)置內(nèi)存啊,為什么我改configfile沒用呢,還有我的屏幕是1400*1050,能改嗎?cpu能改嗎,我是訊弛1。5,對應(yīng)的能模擬成什么cpu呢,望各位大俠指點(diǎn)迷精
作者: DESTROYER    時間: 2004-05-20 19:49
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
我安裝完之后重起。。【统霈F(xiàn)下面的情況,是怎么回事。

1.JPG (55.04 KB, 下載次數(shù): 99)

1.JPG

作者: wangkui    時間: 2004-05-21 09:44
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
[quote]原帖由 "xinwu"]?蟻略亓薖earPC后就急著裝,居然沒看到在PearPC下載地址的下面就是鏡像文件的下載,呵呵,一個是3G,一個6G的,解壓鏡像的時候大家要有耐心,挺慢的。[/quote 發(fā)表:


我下載官方的6G硬盤映射,解壓出來才3。99G。安裝的時候它提示(multiple of 516096)硬盤的大小沒有516096錯誤!是怎么回事?
作者: chan888    時間: 2004-05-21 10:58
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
[quote]原帖由 "slamsh"]問一下,如何設(shè)置內(nèi)存啊,為什么我改configfile沒用呢,還有我的屏幕是1400*1050,能改嗎?cpu能改嗎,我是訊弛1。5,對應(yīng)的能模擬成什么cpu呢,望各位大俠指點(diǎn)迷精[/quote 發(fā)表:



內(nèi)存的設(shè)置:
# Main memory (default 128 MiB)
# must be >;= 64 MiB
#
#memory_size=0x8000000
改256MIB
# Main memory (default 128 MiB)
# must be >;= 64 MiB
#
memory_size=0x10000000

就OK了!
CPU正在研究中!
作者: chan888    時間: 2004-05-21 11:18
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
又有新的PearPC 0.1.2請下載試用!!!
http://pearpc.sourceforge.net/downloads.html
作者: chan888    時間: 2004-05-21 11:54
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
0.1.2

Snap2.jpg (41.68 KB, 下載次數(shù): 129)

0.1.2

0.1.2

作者: jellyzheng    時間: 2004-05-21 20:06
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
大蝦們跪求貼一個你們的configfile設(shè)置,我是不是真得很菜
作者: DESTROYER    時間: 2004-05-21 22:23
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
關(guān)于:
我下載官方的6G硬盤映射,解壓出來才3。99G。安裝的時候它提示(multiple of 516096)硬盤的大小沒有516096錯誤!是怎么回事?

你的分區(qū)應(yīng)該是NTFS,就不會出像上述情況
作者: DESTROYER    時間: 2004-05-21 22:27
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
這里有一個我改完的,
# PearPC Configuration File
ppc_start_resolution = 4
redraw_interval_msec = 200
prom_bootmethod = "auto"
prom_env_machargs = "-v"
prom_driver_graphic = "video.x"
page_table_pa = 0x00300000
cpu_pvr = 0x00088302
memory_size=0x8000000
pci_ide0_master_installed = 1
pci_ide0_master_image = "6gib.img"
pci_ide0_master_type = "hd"
pci_ide0_slave_installed = 1
pci_ide0_slave_image = "Disc1.ISO"
pci_ide0_slave_type = "cdrom"
pci_3c90x_installed = 0
pci_3c90x_mac = "00:0c:f1:0e:7f:c3"
pci_usb_installed = 1
nvram_file = "nvram"
作者: starfall    時間: 2004-05-22 09:25
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
1/40的速度,還是算了。
作者: kuye    時間: 2004-05-22 09:26
提示: 作者被禁止或刪除 內(nèi)容自動屏蔽
作者: DESTROYER    時間: 2004-05-22 18:03
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
終于成功了。。。。
作者: rogerflash    時間: 2004-05-23 11:26
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
我裝MAC也跟DESTROYER出現(xiàn)了同樣的問題,請高手指教解決
作者: rogerflash    時間: 2004-05-23 11:32
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
就是這個select  a destination的問題
作者: shinesha    時間: 2004-05-23 13:40
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
請問,網(wǎng)絡(luò)可用嗎?
作者: chan888    時間: 2004-05-23 21:09
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
[quote]原帖由 "jellyzheng"]大蝦們跪求貼一個你們的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"
作者: wadpj    時間: 2004-05-24 13:08
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
然后用gcc 3.x以上版本的編譯器編譯源文件。編譯過程非常簡單,只需要輸入:“$ ./configure --enable-gui=$GUI && make”這個命令就可以了。如果你是在X86架構(gòu)的CPU上編譯的話,再加上“ --enable-cpu=jitc_x86 ”。

meiyongde
jutizenme anzhuang a?
作者: 宣言    時間: 2004-05-29 20:45
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
下載速度真慢,我下了十幾天下載了63%,我的可是寬帶呀
作者: 宣言    時間: 2004-05-29 20:57
標(biāo)題: 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
作者: 宣言    時間: 2004-06-01 14:02
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
83.9%
作者: 宣言    時間: 2004-06-01 14:07
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
[quote]原帖由 "wei-work"]CONFIGFILE 要怎樣設(shè)置?具體一點(diǎn)行嗎?其次,os x光盤轉(zhuǎn)什么格式的鏡像,才能啟動。大俠們能具體一點(diǎn)嗎?我是個很菜的人。[/quote 發(fā)表:

本來就是ISO
作者: 宣言    時間: 2004-06-01 14:09
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
[quote]原帖由 "jackyin"]鼠標(biāo)真不好控制,誰會鍵盤操作???[/quote 發(fā)表:

鍵盤照樣不好控制
作者: 宣言    時間: 2004-06-01 14:17
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
84.3%
作者: 宣言    時間: 2004-06-01 20:05
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
89%
作者: u33    時間: 2004-06-03 10:11
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
搞不清這個東西有什么用。Mac并不僅僅是一個操作系統(tǒng)。它本身幾近完美的工業(yè)設(shè)計,良好的易用性。難道安裝一個模擬器就能實(shí)現(xiàn)
作者: doveyark    時間: 2004-06-09 09:28
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
[quote]原帖由 "wadpj"][/quote 發(fā)表:
這個種子所下載的iso文件在啟動ppc的時候被告知不是啟動文件,請問怎么回事。(操作系統(tǒng)windows2003,ppc0.12)

配置文件如下;
# 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 = 200

#
#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 = ""
#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 128 MiB)
# must be >;= 64 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 = 1
pci_ide0_master_image = "pearpc-6gib.img"
#pci_ide0_master_type = "hd"

pci_ide0_slave_installed = 1
pci_ide0_slave_image = "Disc1.ISO"
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"
作者: chan888    時間: 2004-06-13 15:49
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
原帖由 "doveyark" 發(fā)表:
飧鮒腫鈾?略氐膇so文件在啟動ppc的時候被告知不是啟動文件,請問怎么回事。(操作系統(tǒng)windows2003,ppc0.12)

配置文件如下;
# PearPC Configuration File

#
# Resolution
#       
#        0: 640x480x8 (indexed)
#..........





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"
作者: baidongli    時間: 2004-06-15 16:41
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
沒有選擇的分區(qū)呢》》

作者: chan888    時間: 2004-06-16 12:23
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
又有新的PearPC 0.2.0請下載試用!!!
http://pearpc.sourceforge.net/downloads.html



聽說支持網(wǎng)絡(luò)!!!大家快發(fā)表經(jīng)驗(yàn)
作者: 宣言    時間: 2004-08-17 19:12
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
0.2.0的配置文件全是亂碼
作者: Red_Crow    時間: 2004-12-01 09:41
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
我也試試!
作者: hydnczw    時間: 2004-12-05 10:14
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
請問我裝到這個時候就自動退出了,是怎么回事呀。我用的是windows2003中文版的操作系統(tǒng)。(我的configfile如下)
# 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 = 1

#
# 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 = "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 128 MiB)
# must be >;= 64 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 = 1
pci_ide0_master_image = "mac.img"
#pci_ide0_master_type = "hd"

pci_ide0_slave_installed = 0
#pci_ide0_slave_image = "c:\test.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"
作者: 宣言    時間: 2005-01-27 15:16
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
那個時候呀,圖片呢
作者: 陳傳虎    時間: 2005-05-27 03:41
提示: 作者被禁止或刪除 內(nèi)容自動屏蔽
作者: felixding    時間: 2005-07-10 15:09
標(biāo)題: PearPC 0.1 蘋果PC模擬器和實(shí)戰(zhàn)經(jīng)驗(yàn)!!!
汗,官方站上的版本早就過時了,來我的站看看
http://pearpc.heartstringz.net
作者: 我要灌水    時間: 2005-12-25 20:38
這個完意早就過時了,現(xiàn)在都用Mac OS X X86!!




歡迎光臨 Chinaunix (http://www.72891.cn/) Powered by Discuz! X3.2