PearPC, JAPAN
Mac OS X runs on your Windows PC!!

 

Home (News)

About this site

What is the PearPC?

インストール

Settings

Build CVS

Screenshots

Forums

Links

Settings
設定ファイル(バージョン0.3.0のppccfg.example)
16 Aug. 2004 更新

設定ファイル(バージョン0.3.0のppccfg.example)

設定ファイル中の行頭の「#」はコメント行の意味です。
変更を加える必要がありそうなところだけに青地で解説しました。

## PearPC Configuration File

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

起動時の画面の解像度です。縦x横色xビット数です。
ppc_start_resolution = "800x600x15"

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

##
## Key codes
##

PearPC本体のキー割り当てです。
key_toggle_mouse_grab = "F12" ← PearPCとホストOS(WinXP等)のマウス切り替え
key_toggle_full_screen = "Alt+Return" ← フルスクリーンモードの切り替え

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

ブート方法です。
「auto」は起動可能な最初のパーティションから起動します。
「select」は起動可能なパーティションのリストの中から選択します。
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 = ""
↓シングルユーザモードとマルチユーザモードの切り替えです。
「-s」シングルユーザモード
「-v」 マルチユーザモード

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の設定です。
Altivec版を使う時は、行頭の「#」を削除して、値を「0x000c0000」にします。

#cpu_pvr = 0x00088302


##
## Main memory (default 128 MiB)
## must be >= 64 MiB
##

メインメモリの大きさです。
サイズを変更したい場合は、行頭の「#」を削除して、任意の値にします。
値は16進数です。 ちなみに、256MBは「0x10000000」です。

#memory_size=0x8000000

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

ドライブの設定です。
master、slaveを有効にする場合はそれぞれを「1」にして、
イメージファイルを設定します。
typeは
ハードディスク:「hd」
CD-ROM:「cdrom」となります。

pci_ide0_master_installed = 1 ← 有効かどうか
pci_ide0_master_image = "test/imgs/linux.img" ← イメージファイル名
#pci_ide0_master_type = "hd" ← ドライブのタイプ

pci_ide0_slave_installed = 1
pci_ide0_slave_image = "/dev/cdrom"
pci_ide0_slave_type = "cdrom"

##
## Network
##
## Choose one of the cards

ネットワークカードの設定です。
値を「1」にすることによって有効にできます。
OpenVNPを使う場合はここを「1」にして有効にします。
pci_3c90x_installed = 0 ←
pci_3c90x_mac = "de:ad:ca:fe:12:34"


pci_rtl8139_installed = 0
pci_rtl8139_mac = "de:ad:ca:fe:12:35"

##
## USB
##
pci_usb_installed = 1

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


 

Copyright©2004 'bu-taro on the furious' All rights reserved.