aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-10-31 10:19:56 +0100
committerHelge Deller <deller@gmx.de>2023-10-31 10:19:56 +0100
commit681ad38796bd93f252121c45077db52e6ab2f457 (patch)
tree31fff029b94bc400f0c6fcabaa8a469ffe898bdf
parente8442aee1008a3c829138ec865d24a45a93935bd (diff)
downloadseabios-hppa-681ad38796bd93f252121c45077db52e6ab2f457.zip
seabios-hppa-681ad38796bd93f252121c45077db52e6ab2f457.tar.gz
seabios-hppa-681ad38796bd93f252121c45077db52e6ab2f457.tar.bz2
README: Update README file for PA-RISC
Signed-off-by: Helge Deller <deller@gmx.de>
-rw-r--r--README16
1 files changed, 5 insertions, 11 deletions
diff --git a/README b/README
index e18be16..f92a93c 100644
--- a/README
+++ b/README
@@ -1,17 +1,11 @@
-Welcome to the SeaBIOS project! This project implements an X86 legacy
-bios that is built with standard GNU tools.
-
-Please see build and developer information at:
-
- http://seabios.org/Developer_Documentation
+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
- qemu -bios out/bios.bin
+ 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".
-
-For other types of builds, and for more detailed developer
-documentation, please see the online documentation listed above.