mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-04 08:13:54 -06:00
Increase MIPS BIOS from 128kB to 4MB, by Aurelien Jarno.
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2316 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
8f1c91d801
commit
567daa491f
1 changed files with 1 additions and 1 deletions
2
vl.h
2
vl.h
|
@ -168,7 +168,7 @@ extern int nb_option_roms;
|
|||
#if defined (TARGET_PPC) || defined (TARGET_SPARC64)
|
||||
#define BIOS_SIZE ((512 + 32) * 1024)
|
||||
#elif defined(TARGET_MIPS)
|
||||
#define BIOS_SIZE (128 * 1024)
|
||||
#define BIOS_SIZE (4 * 1024 * 1024)
|
||||
#else
|
||||
#define BIOS_SIZE ((256 + 64) * 1024)
|
||||
#endif
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue