projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8f1c91d
)
Increase MIPS BIOS from 128kB to 4MB, by Aurelien Jarno.
author
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 10 Jan 2007 16:25:04 +0000
(16:25 +0000)
committer
ths
<ths@c046a42c-6fe2-441c-8c8c-71466251a162>
Wed, 10 Jan 2007 16:25:04 +0000
(16:25 +0000)
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2316
c046a42c
-6fe2-441c-8c8c-
71466251a162
vl.h
patch
|
blob
|
history
diff --git
a/vl.h
b/vl.h
index b1be8c23e7f8f8f40a3ae21a4a1ee5979a7991c3..db367c13beafbadd9c7478c4d04410a32af0cce7 100644
(file)
--- a/
vl.h
+++ b/
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