aboutsummaryrefslogtreecommitdiff
path: root/README
blob: f92a93c917cc51b3427739fa54cf542f6fac1c6b (plain)
1
2
3
4
5
6
7
8
9
10
11
This project implements a PDC (processor dependend code, aka BIOS)
for HP-PARISC machines.
It's based on the SeaBIOS project at http://seabios.org/

For the impatient, SeaBIOS is built for QEMU and tested on QEMU with:

  make parisc
  qemu -bios out/hppa-firmware.img

SeaBIOS can be configured with kconfig.  To change the default
configuration one can run "make menuconfig" prior to running "make".