|
||||
PowerPC64 Architecture© 2002-2003 University of New South Wales© 2005 National ICT Australia page maintained by Carl van Schaik (cvansch@cse.unsw.edu.au) Supported KernelsThe L4Ka::Pistachio kernel offers support (prototype) for the PowerPC64 architecture. See l4ka.org for more information about L4Ka::Pistachio.The PowerPC64 port is released, but presently does not support SMP. SMP support will be added at a later stage.
The kernel is also running on the IBM mambo simulator simulating a Power3 style cpu. Booting the Xserve G5Power on - to openfirmware
Some usefull commands, see http://www.firmworks.com/QuickRef.html dev / : Set the root of the device tree ls : Listing of device tree words : show current node's methods devalias : Lists device aliases printenv setenv variable value unsetenv boot [device-specifier] [arguments] load [device-specifier] [arguments]My Initial setup: (Makes OpenFirmware boot to prompt) setenv auto-boot? false setenv boot-screen scca setenv console-screen scca setenv input-device scca setenv output-device scca setenv boot-device enet:,xserve.boot setenv load-base 0x800000 setenv real-mode? false reset-allBooting info: http://netbsd.shellhung.org/Documentation/network/netboot/intro.macppc.html http://lists.penguinppc.org/yaboot-users/2004/yaboot-users-200410/msg00003.html To tftp load file "test" load enet:,test A contribution to the L4 community from the UNSW/NICTA team. |
||||
| Powered by L4Ka | ||||