Skip to content

Latest commit

 

History

History
22 lines (15 loc) · 782 Bytes

README.md

File metadata and controls

22 lines (15 loc) · 782 Bytes

Petitboot - A kexec-based bootloader

Petitboot is a bootloader designed to run in a Linux environment for OPAL on PowerPC/POWER machines and the Playstation 3.

Development

Petitboot's home is at ozlabs.org; clone it with git clone git://git.ozlabs.org/petitboot

Development and discussion occurs on the Petitboot mailing list: [email protected]

Building

For an example of building Petitboot for distribution in a Linux image, see op-build

To build locally for development/debug (with the ncurses UI for example):

./bootstrap
./configure --with-twin-x11=no --with-twin-fbdev=no
make