http://l4hq.org/arch/powerpc/PowerPC Architecture© 2002-2003 University of KarlsruheI have personal copies of the majority of the PDF documents referenced from this page, so send me a request if their official repositories disappear. Supported KernelsThe L4Ka::Pistachio kernel offers support for the PowerPC architecture. See l4ka.org for more information about L4Ka::Pistachio.Macintoshpower-on magic key pressesSome magic key presses that may help boot the L4Ka::Pistachio kernel:
net bootAt the Open Firmware prompt, you can perform a netboot by executingboot enet:0The dhcp server must provide all information, including the boot filename. Apple broke the DHCP client in the latest OpenFirmware implementations. The client no longer adheres to the DHCP standard and requires Apple's DHCP server or a patched non-Apple DHCP server. But if you specify the boot filename to the OpenFirmware command, the DHCP client will communicate with a standard DHCP server (and it will accept the DHCP setting for the tftp server). For example: boot enet:0,filename See ISC DHCP 3.0 Mac Netboot Patch for more information about fully supporting net boot with a DHCP server. disk bootAnd at the Open Firmware prompt, you can load a kernel from a disk partition (for example, kernelbootme on partition 5) by
executing:
boot hd:5,bootme boot loadersFor some documentation about the Darwin BootX loader (not to be confused with Linux's BootX) implementation, see http://www.cs.rpi.edu/~gerbal/BootX.pdf. It covers some of the differences of Apple Open Firmware implementations.NetBSD's boot loader support for network boot. Gives good info in general about Open Firmware and booting. PowerPC References
IEEE 1275 Open Firmware References
|