1
0
Fork 0
qemu/roms/seabios-hppa
Daniel Baumann ea34ddeea6
Adding upstream version 1:10.0.2+ds.
Signed-off-by: Daniel Baumann <daniel.baumann@progress-linux.org>
2025-06-22 14:27:05 +02:00
..
docs Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
scripts Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
src Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
vgasrc Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
.config Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
.gitignore Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
.vimrc Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
COPYING Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
COPYING.LESSER Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
Makefile Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
Makefile.parisc Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00
README Adding upstream version 1:10.0.2+ds. 2025-06-22 14:27:05 +02:00

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".