diff options
author | Samuel Mendoza-Jonas <sam@mendozajonas.com> | 2016-05-20 17:01:44 +1000 |
---|---|---|
committer | Samuel Mendoza-Jonas <sam@mendozajonas.com> | 2016-08-08 13:52:50 +1000 |
commit | 872332c7b5e76a907c0b773c35fcef27d5c94bff (patch) | |
tree | c7afd72ebdc960e0bfcfca49c81ceb25d631a865 /README.md | |
parent | 83a587b79e9a5a5279f1c7a26918fc8c08523a7f (diff) | |
download | petitboot-872332c7b5e76a907c0b773c35fcef27d5c94bff.zip petitboot-872332c7b5e76a907c0b773c35fcef27d5c94bff.tar.gz |
README.md: Add README file
Signed-off-by: Samuel Mendoza-Jonas <sam@mendozajonas.com>
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/README.md b/README.md new file mode 100644 index 0000000..bdb79f2 --- /dev/null +++ b/README.md @@ -0,0 +1,22 @@ +# 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](http://git.ozlabs.org/?p=petitboot); clone it with ` git clone git://git.ozlabs.org/petitboot ` + +Development and discussion occurs on the Petitboot mailing list: [petitboot@lists.ozlabs.org](https://lists.ozlabs.org/listinfo/petitboot) + +Building +- + +For an example of building Petitboot for distribution in a Linux image, see [op-build](https://github.com/open-power/op-build/tree/master/openpower/package/petitboot) + +To build locally for development/debug (with the ncurses UI for example): +``` +./bootstrap +./configure --with-twin-x11=no --with-twin-fbdev=no +make +```
\ No newline at end of file |