| |
国内首例:PC安装Mac OS X方法解析 |
出处:龙卷风论坛 责任编辑:zhf |
| [04-5-17 15:15]
| 作者:jack
| 在上周末我们首先在国内介绍了使用PearPC在PC机上安装Mac OS X的消息后,引起了广大电脑爱好者的注意。近日国内的Mac技术爱好者Aitken和jack已经成功实现了通过使用PearPC在Windows XP上安装中文Mac OS X的目标。下面我们就来看看他是如何实现这个看起来不可能完成的任务的。 一、安装方法
首先
把pearpc-0.1-win32.zip解压到d:\ppc 把pearpc-3gib.img.bz2解压到d:\ppc 把darwin-701.iso.gz解压到d:\
然后
在d:\ppc下就地复制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. 标注为indexed模式是不支持的 # # default: 4 默认: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. 假如你比这个设置还要高,PearPC会用更少的时间刷新(所以会运行的更快)但是会感觉到反应很慢。 # 你应该根据自己电脑的速度调节出一个合适自己的参数 redraw_interval_msec = 200 刷新间隔=200 # # Loader 装载 #
|