* [Qemu-devel] [PATCH] Increase MIPS BIOS to 4MB from 128kB
@ 2007-01-09 15:45 Aurelien Jarno
0 siblings, 0 replies; only message in thread
From: Aurelien Jarno @ 2007-01-09 15:45 UTC (permalink / raw)
To: qemu-devel
This patches increase the size of the BIOS on the mips target to 4MB from
128kB, as the Malta platform as a 4MB BIOS.
diff -Nurd qemu/vl.h qemu/vl.h
--- qemu/vl.h 2006-12-26 16:36:10.000000000 +0100
+++ qemu/vl.h 2006-12-26 16:38:42.000000000 +0100
@@ -158,7 +158,7 @@
#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
--
.''`. Aurelien Jarno | GPG: 1024D/F1BCDB73
: :' : Debian developer | Electrical Engineer
`. `' aurel32@debian.org | aurelien@aurel32.net
`- people.debian.org/~aurel32 | www.aurel32.net
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2007-01-09 15:45 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2007-01-09 15:45 [Qemu-devel] [PATCH] Increase MIPS BIOS to 4MB from 128kB Aurelien Jarno
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).