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

    • VS Code 1.123 introduces massive upgrades for persistent AI developer workflows by Paul Hill Microsoft has just released Visual Studio Code 1.123 alongside its annual developer conference, Build 2026. This release, as always, has a heavy focus on advanced AI agent integration and making the built-in browser more robust. Notably, this update brings big sync changes that keep your AI agents persistent across sessions. With this update, VS Code now supports cross-machine syncing for chat histories, touched files, repository contexts, and related PRs via GitHub accounts, tying users even more into Microsoft’s developer ecosystem. This update also introduces the new /chronicle command that allows you to query past sessions using natural language, generate instant standup reports, and get personal productivity insights. Microsoft has also made some improvements to network-dependent operations, it explains: “When a terminal command that is run by a local agent requires access to domains that are not configured as allowed domains, the command is automatically retried inside the sandbox with unrestricted network access. After that, if it still fails, it falls back to unsandboxed execution. This allows network-dependent operations such as git fetch to finish, while keeping filesystem protections in place.” Microsoft has not stopped there; in this update, it also allows developers to drag, drop, and pin multiple agent sessions side-by-side for easy code comparisons in real-time. It also introduces the Research Agent, accessible via /research. This is a read-only, depth-optimized tool that gets data from the web, local codebase, and GitHub to give you a Markdown report on complex APIs or unfamiliar code. Now, let’s talk about the integrated browser and some security enhancements. VS Code 1.123 features enhanced screenshot capture tools that allow for targeted Area Screenshots and Full Page Screenshots to send layout context instantly to AI chat. The address bar has also been revamped, supporting favorite pages and tab management. Finally, on the security front, this update introduces a safety-first two-hour delay on third-party extension auto-updates to safeguard against compromised or buggy releases. This release is now available for Windows, Mac, and Linux. If you have VS Code, keep an eye out for the update availability notification. If you still don’t have VS Code, you can get it here.
    • I'm hoping with the Surface Pro 12, I can use either USB-C for my Xreal One Pro glasses. With my Surface Pro 11 OLED X Elite, I have to plug them into the top port. The bottom port will power it, but nothing shows on the screen. Maybe it's my setting. When I plug in the glasses, I have it output only to the glasses. So maybe I need to turn on both displays with it in the top port, then switch the glasses to the bottom port and set it to output only to the glasses. And then hopefully Windows remembers the settings for either the top port and bottom port (one of the awesome features of Windows where it remembers the exact configuration when plugging in external monitors.
    • Forgive my ignorance, but the only difference I see here is that a USB-A is now a USB-C, so there are two of them. For the modern age (and I'd argue since 2020), most products would now come with USB-C as an option, if not the default. Display, charging, devices, etc on TWO connectors, sometimes all combined! So having 2 of those powerful ports is great for something this size! Meanwhile my Surface Pro (5) has a single USB-A port which I cannot even get display out to, instead relying on some Surface Connect dock which I don't have. That is a poor experience, not to mention expensive and not compatible with other devices. Thank God USB-C is mainstream!
    • wow. that color finally comes to Surface Pro. was always a little jelly when a friend had the sandstone Surface Laptop. I wonder how different this dune is from the sandstone. I'll be getting the dune version. always thought black and platinum were a little boring. I'll still have access to my blue Surface Pro 11 as it'll be a hand-me-down.
    • Looks a very subjective aren't they!? I like its simple design. I love the way Apple designs their products with function over form, minimalization, and simplicity over cluttered complex designs. Many, not all, of their products follow this trend, and the device becomes a tool rather than dominating the space. I do not however like their OS. I have never bought a Apple product, and while I'd consider the Neo for my wife, I am hoping there are better alternatives out there when her failing MacBook Pro 2017 finally stops. Fischer-Price is famously plastic, garish, and poorly made. Basically you're describing the Window Laptops the Neo competes against! This is how product design should be, and what Apple have often followed in recent years: https://tenprinciples.design/
  • Recent Achievements

    • 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
    • Week One Done
      oliviaexpo earned a badge
      Week One Done
  • Popular Contributors

    1. 1
      +primortal
      485
    2. 2
      PsYcHoKiLLa
      228
    3. 3
      Skyfrog
      70
    4. 4
      FloatingFatMan
      58
    5. 5
      Nick H.
      54
  • Tell a friend

    Love Neowin? Tell a friend!