Revision 4c823cff vl.h

b/vl.h
197 197

  
198 198
/* XXX: make it dynamic */
199 199
#define MAX_BIOS_SIZE (4 * 1024 * 1024)
200
#if defined (TARGET_PPC) || defined (TARGET_SPARC64)
200
#if defined (TARGET_PPC)
201
#define BIOS_SIZE (1024 * 1024)
202
#elif defined (TARGET_SPARC64)
201 203
#define BIOS_SIZE ((512 + 32) * 1024)
202 204
#elif defined(TARGET_MIPS)
203 205
#define BIOS_SIZE (4 * 1024 * 1024)

Also available in: Unified diff