Recommended Posts

does ne1 know how i can tell if i am using the right cd/ if i can use my ibook's cd...

you can use your iBook's CDs .. you just need the 1st CD .. depending on the model of your iBook it either be OS 10.2 or 10.3 ... both works with PearPC.

  • 3 weeks later...
just one quick question, what do i save my config file as

and how do i run it from cmd?

584794921[/snapback]

PearPC config file is just a text file. You can give it a .cfg , .txt , .config or anything you wish extension. You can even save it without any extension.

you have the ppc.exe file, you type ppc.exe your config file

did you read anything on PearPC's website ?

i wuz trying to use cmd sorry

now i use ur program and im having the same problem that it doesn't start it just minimizes. i read that answer above but it didn't help me.

## 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: "1024x768x32"

##

ppc_start_resolution = "1024x768x32"

##

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

##

## Key codes

##

key_toggle_mouse_grab = "F12"

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

##

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

##

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

## Altivec: G4 = 0x000c0000, G5 = 0x00390202 [ Do not use these values. They are not supported yet ]

#cpu_pvr = 0x000c0000

cpu_pvr = 0x00088302

##

## Main memory (default 128 MiB)

## must be >= 64 MiB

##

# Remove the '#' sign front of your desired memory size

# 128 megs RAM

# memory_size=0x8000000

# 256 megs RAM

memory_size=0x10000000

# 384 megs RAM

# memory_size=0x18000000

# 512 megs RAM

# memory_size=0x20000000

# 640 megs RAM

# memory_size=0x28000000

# 768 megs RAM

# memory_size=0x30000000

# 896 megs RAM

# memory_size=0x38000000

#

# 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 = "C:\pearpc\hd_image.img"

# pci_ide0_master_type = "hd"

pci_ide0_slave_installed = 1

# pci_ide0_slave_image = "C:\pearpc\panther.iso"

pci_ide0_slave_image = "C:\pearpc\panther.iso"

# pci_ide0_slave_image = "F:\"

# pci_ide0_slave_type = "cdrom"

pci_ide0_slave_type = "hd"

# pci_ide0_slave_type = "nativecdrom"

##

## Network

##

## Choose one of the cards

pci_3c90x_installed = 0

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

pci_rtl8139_installed = 1

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

##

## USB

##

pci_usb_installed = 1

##

## NVRAM

##

nvram_file = "nvram"

  • 3 months later...

Your tutorial is excelent.Thanx a lot.

But u told here that i can just install the OS cd1.

I want to kno that if i hav all these threee images( Mac Osx v10.3 Panther Disc1.iso , Mac Osx v10.3 Panther Disc2.iso and Mac Osx v10.3 Panther Disc3.iso) in .iso format then can i install the disc2 and disc3 after installing disc1 ???????????????????

Plz let me kno

@goatsniffer, in your config file, remove the "#" sign before "memory_size=0x20000000"

I am running 10.3.4 on pearpc

It's very slow and how do I change to a faster processor, it defaults to a PowerPC G3 or something:

## CPU Config

##

## Processor Version Register

## Defaults to 0x00088302

## Only change if you know want you are doing

##

???

Pentium 4 2.40gHz

This topic is now closed to further replies.
  • Recently Browsing   0 members

    • No registered users viewing this page.
  • Posts

    • Apple reluctantly forces strict new age checks on Texas users starting today by Paul Hill Apple will begin enforcing the Texas Age Assurance Law (SB 2420) following a recent court ruling that lifted an injunction on SB 2420. Starting June 4 (today), Apple will enforce strict age-verification and parental-consent rules for new Apple accounts created in Texas. This move will affect children under 18 who go to download apps or attempt to make in-app purchases. Apple previously expressed privacy concerns related to this law, but compliance is now mandatory for the company, nevertheless. Apple will use several APIs to follow the law. Principally, the Declared Age Range API will fetch the specific user age bracket (Under 13, 13-15, 16-17, or 18+) and a verification method. The Significant Change API (PermissionKit) will trigger a system dialog for parental consent if an app gets a major update or an age-rating shift. There is also a new property type in StoreKit that allows developers to automatically check when their app’s age rating has changed on a user’s device and then use the Significant Change API to request parental consent. Finally, App Store Server Notifications can be configured to tell developers when a parent revokes consent, blocking app launches. To ensure they are ready for these changes, developers must immediately use Apple’s sandbox testing environment to validate these APIs in their apps. For any developers out there finding this to be inconvenient, get used to it. Other regions, such as Utah, Louisiana, and Brazil, are looking at, or have implemented, similar rules.
    • They should show the onedrive recycle bin in a searchable manner and on app not just on the website
    • You looking at a phone or something? On my 4K HDR monitor it is frikking spectacular.
  • Recent Achievements

    • One Month Later
      nothanks earned a badge
      One Month Later
    • One Month Later
      B2Proxy earned a badge
      One Month Later
    • One Year In
      MadMung0 earned a badge
      One Year In
    • Week One Done
      jefred earned a badge
      Week One Done
    • Apprentice
      JoeyNeo went up a rank
      Apprentice
  • Popular Contributors

    1. 1
      +primortal
      484
    2. 2
      PsYcHoKiLLa
      230
    3. 3
      Skyfrog
      72
    4. 4
      FloatingFatMan
      61
    5. 5
      neufuse
      54
  • Tell a friend

    Love Neowin? Tell a friend!