aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorHelge Deller <deller@gmx.de>2023-09-23 09:32:05 +0200
committerHelge Deller <deller@gmx.de>2023-09-23 09:32:05 +0200
commit4fb4eea822585dc7bb6db1d71bc64241bf541cb4 (patch)
tree1d299dae99f2c97c1df3c9603bfd408cdad7c541
parent73bdddba4ebedbdcb87fdcf7e63a96c73c3606f4 (diff)
downloadseabios-hppa-4fb4eea822585dc7bb6db1d71bc64241bf541cb4.zip
seabios-hppa-4fb4eea822585dc7bb6db1d71bc64241bf541cb4.tar.gz
seabios-hppa-4fb4eea822585dc7bb6db1d71bc64241bf541cb4.tar.bz2
show emulated machine
-rw-r--r--src/parisc/parisc.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/parisc/parisc.c b/src/parisc/parisc.c
index 1b2b3dc..1448e6c 100644
--- a/src/parisc/parisc.c
+++ b/src/parisc/parisc.c
@@ -2373,10 +2373,10 @@ void __VISIBLE start_parisc_firmware(void)
" MHz %s Functional 0 KB\n",
i < 10 ? " ":"", i, i?"Idle ":"Active");
printf("\n\n");
- printf(" CPU arch: %d-bit (%s)\n"
+ printf(" Emulated machine: HP %s (%d x %d-bit %s PA-RISC CPU)\n"
" Available memory: %u MB\n"
" Good memory required: %d MB\n\n",
- cpu_bit_width, (cpu_bit_width == 64) ? "PA2.0" : "PA1.1",
+ qemu_machine, smp_cpus, cpu_bit_width, (cpu_bit_width == 64) ? "PA2.0" : "PA1.1",
ram_size/1024/1024, MIN_RAM_SIZE/1024/1024);
// search boot devices