mirror of
https://github.com/Motorhead1991/qemu.git
synced 2025-08-08 10:13:56 -06:00
use ram allocation functions
git-svn-id: svn://svn.savannah.nongnu.org/qemu/trunk@2405 c046a42c-6fe2-441c-8c8c-71466251a162
This commit is contained in:
parent
e9a1ab19d1
commit
970ac5a308
3 changed files with 56 additions and 45 deletions
3
vl.h
3
vl.h
|
@ -165,12 +165,11 @@ extern const char *option_rom[MAX_OPTION_ROMS];
|
|||
extern int nb_option_roms;
|
||||
|
||||
/* XXX: make it dynamic */
|
||||
#define MAX_BIOS_SIZE (4 * 1024 * 1024)
|
||||
#if defined (TARGET_PPC) || defined (TARGET_SPARC64)
|
||||
#define BIOS_SIZE ((512 + 32) * 1024)
|
||||
#elif defined(TARGET_MIPS)
|
||||
#define BIOS_SIZE (4 * 1024 * 1024)
|
||||
#else
|
||||
#define BIOS_SIZE ((256 + 64) * 1024)
|
||||
#endif
|
||||
|
||||
/* keyboard/mouse support */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue