Files:BasicConfigurationFile

From PearPC

Jump to: navigation, search

## PearPC.net Wiki - wiki.pearpc.net

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

##

#ppc_start_resolution= "800x600x15"

##

## If PearPC is going slow, remove the hash and increase the value. If it feels choppy, remove the hash and decrease

## the value.

#redraw_interval_msec = 40

## Key codes. to change, remove the hash in front of the lines and change the keycode.

#key_compose_dialog = "F11"

#key_change_cd_0 = "none"

#key_toggle_mouse_grab = "F12"

#key_toggle_full_screen = "Alt+Return"

##

## 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, only if you boot

## Linux in PearPC after you have installed it.

##

prom_bootmethod = "select"

##

## bootargs: don't change unless you know what you are doing

## machargs: set to "-v" to get a verbose startup. this will

## often fail in Mac OS X 10.2, 10.3 and 10.4.

##

#prom_env_bootargs = ""

prom_env_machargs = ""

##

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

## Defaults to 0x00088302

## DO NOT change this value unless you are using PearPC 0.4pre!

## 0x00088302 = G3/Standard

## 0x000c0000 = G4/Altivec

##

#cpu_pvr = 0x00088302

##

## Main memory (default 128 MiB)

## must be >= 64 MiB

##

#memory_size=0x8000000

## Drive type will be set according to file extension:

## .img: Harddisk

## .iso: CD-Rom

## Valid drive types are:

## hd: A hdd image should be specified

## e.g. "test/imgs/linux.img"

## cdrom: A cdrom image should be specified

## For Linux or BeOS a cdrom device can be specified as well

## e.g. "/dev/cdrom"

## nativecdrom: The drive (capital) letter of your cdrom device should be

## specified on Microsoft Windows systems e.g. "D:\"

pci_ide0_master_installed = 1

pci_ide0_master_image = "C:\PearPC\HD.img" ## Path to your HD image file

#pci_ide0_master_type = "hd" ## Should ALWAYS be left commented out.

pci_ide0_slave_installed = 1

pci_ide0_slave_image = "C:\PearPC\CD.iso" ## Path to your Mac OS X/PowerPC Linux CD-ROM Image

pci_ide0_slave_type = "cdrom" ## Don't comment this out. Should always be "cdrom".

##

## Network

##

pci_3c90x_installed = 0 # For use in Windows. Set value to "1" to activate networking.

pci_3c90x_mac = "de:ad:ca:fe:12:34"

pci_rtl8139_installed = 0 # For use in Linux. Set value to "1" to activate networking.

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

##

## USB

##

pci_usb_installed = 1 ## Fake USB. Should always be activated.

##

## NVRAM

##

nvram_file = "nvram" ## Path to the "nvram" file. Shouldn't be changed.