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
 `. `'   [EMAIL PROTECTED]         | [EMAIL PROTECTED]
   `-    people.debian.org/~aurel32 | www.aurel32.net


_______________________________________________
Qemu-devel mailing list
Qemu-devel@nongnu.org
http://lists.nongnu.org/mailman/listinfo/qemu-devel

Reply via email to