Solution: Dont boot em.
QEMU has a option called -kernel that lets you load a kernel into memory and boot it. If we give PearPC a option like that
(ppc_kernel_enabled = 1
ppc_kernel_path = vmlinuz)
And add a option to the boot screen
Choose a option
0 Show all (even unbootable)
1. Partition 2 of hd1 (apple/apple_bootstrap)
2. Linux kernel in memory (vmlinuz)
Your choice? _
We might be able to boot the kernel. Or we might have to make a kind of easy to edit Yaboot or even
ppc_kernel_options = -------- (cant renember options)
It might be something worth looking into.




