qemu-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Qemu-devel] [PATCH] Increase MIPS BIOS to 4MB from 128kB


From: Aurelien Jarno
Subject: [Qemu-devel] [PATCH] Increase MIPS BIOS to 4MB from 128kB
Date: Tue, 9 Jan 2007 16:45:52 +0100
User-agent: Mutt/1.5.13 (2006-08-11)

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
 `. `'   address@hidden         | address@hidden
   `-    people.debian.org/~aurel32 | www.aurel32.net




reply via email to

[Prev in Thread] Current Thread [Next in Thread]