diff options
Diffstat (limited to 'hw/ppc_prep.c')
-rw-r--r-- | hw/ppc_prep.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/hw/ppc_prep.c b/hw/ppc_prep.c index c42688e427..63ef15aff2 100644 --- a/hw/ppc_prep.c +++ b/hw/ppc_prep.c @@ -764,4 +764,5 @@ QEMUMachine prep_machine = { "prep", "PowerPC PREP platform", ppc_prep_init, + BIOS_SIZE + VGA_RAM_SIZE, }; |